-
Notifications
You must be signed in to change notification settings - Fork 464
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 new algorithms #11
Comments
Hi! |
Agreed. We can go with RAINBOW. |
Awesome! |
MuZero would also be a cool algorithm, it is a bit more complicated with the MCTS but it works very well |
Also, thanks so much for sharing. If you want to try something else, you could also try to implement them in TensorFlow |
How about SAC? |
How about Phasic Policy Gradient (PPG) as it gives better results than PPO? |
It would be nice to add the following algorithms:
I will submit a PR if I finish any of them.
The text was updated successfully, but these errors were encountered: