-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support new RLlib API stack #159
Comments
Hi, I am using bsk_rl for a research project and have been encountering problems related to this issue. What API version can I use for RLlib and it's example script to work properly in the meantime? |
I would probably stick with the RLlib old API stack for now, especially if you're doing single agent RL. I've found that the rapid updates to the new RLlib stack causes it to break with pretty much every release, so I'm hoping for better stability once they release 3.0. For this example script (https://avslab.github.io/bsk_rl/examples/rllib_training.html), I've used the new stack API with Ray 2.32 and I know that it breaks on 2.33. I believe the old stack should work on either, though I've only tested on 2.32. If you're having any specific issue with the example script, happy to help debug. |
Keep this issue open until Ray 3.0 release. Currently identified issues:
The text was updated successfully, but these errors were encountered: