Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Value-Iteration and Q-Learning to be in line with latest version of the script. #13

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

fabikonsti
Copy link
Collaborator

Adapted value iteration and q learning to latest version of Russel and Norvig, Artificial Intelligence: A Modern Approach 4th Edition (2020).
This is done, because the script for "Behavior Generation for Vehicles" is also updated to the latest version of the book.

…d Norvig, Artificial Intelligence: A Modern Approach 4th Edition (2020)
@fabikonsti fabikonsti requested a review from keroe as a code owner December 22, 2023 21:02
@m-naumann
Copy link
Member

Thanks @fabikonsti! You'd have to run black format and I think the changes to tests/test_mdp_lecture_tex.py are missing in this PR, right?

@fabikonsti
Copy link
Collaborator Author

@m-naumann: yes, you are right. The changes are pushed now.

Copy link
Member

@m-naumann m-naumann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks :)

@m-naumann m-naumann merged commit 24c3b13 into KIT-MRT:main Jan 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants