-
Notifications
You must be signed in to change notification settings - Fork 661
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
Add Parallel Q-Networks algorithm (PQN) #472
Merged
Merged
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e89a5c - Browse repository at this point
Copy the full SHA 6e89a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9f158f - Browse repository at this point
Copy the full SHA e9f158fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21226d7 - Browse repository at this point
Copy the full SHA 21226d7View commit details
Commits on Jul 18, 2024
-
each env has its own probability of random.random() < epsilon -- i.e.…
… some envs can explore and some exploit, like in the official implementation
Configuration menu - View commit details
-
Copy full SHA for fba8994 - Browse repository at this point
Copy the full SHA fba8994View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b6a12c1 - Browse repository at this point
Copy the full SHA b6a12c1View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfe1205 - Browse repository at this point
Copy the full SHA bfe1205View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc66288 - Browse repository at this point
Copy the full SHA cc66288View commit details -
default rollout hyperparameters in PQN are now equal to PPO. same for…
… PQN Lstm. Ran validation experiments. Reverting undesired changes in DQN. WIP documentation
Configuration menu - View commit details
-
Copy full SHA for 10334fa - Browse repository at this point
Copy the full SHA 10334faView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8acf70 - Browse repository at this point
Copy the full SHA c8acf70View commit details
Commits on Nov 14, 2024
-
Finished PQN documentation by adding commands to run the benchmarks a…
…d plotting the results
Configuration menu - View commit details
-
Copy full SHA for d9c300b - Browse repository at this point
Copy the full SHA d9c300bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.