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

Support new RLlib API stack #159

Open
Mark2000 opened this issue Jul 13, 2024 · 2 comments
Open

Support new RLlib API stack #159

Mark2000 opened this issue Jul 13, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Mark2000
Copy link
Contributor

Keep this issue open until Ray 3.0 release. Currently identified issues:

  • Callbacks have different signature
  • Example scripts are for old API stack
@josephTimm
Copy link

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?

@Mark2000
Copy link
Contributor Author

Mark2000 commented Aug 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants