-
Notifications
You must be signed in to change notification settings - Fork 18
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 support for RLLib #96
Comments
Great idea. Indeed it shouldn't be too difficult to integrate. Are you already using rllib ? |
Yes, I've been using it for some previous projects. |
I just looked into ray/rllib. It seems that windows is still not supported: ray-project/ray#2683 . At least pip install failed on Windows 10. That's a target platform of easyagents. :-( |
As of ray 0.8.6 there is an experimental support for windows: |
Splendid, thanks for the hint. I'll definitely take a look at it. |
RLLib (https://ray.readthedocs.io/en/latest/rllib.html) supports quite a lot of different algorithms and environments. And as it is built on top of ray it even scales to clusters.
I guess it should be quite straight forward to add support for it, as it integrates easily with OpenAI based environments (and even others too: https://ray.readthedocs.io/en/latest/rllib-env.html)
The text was updated successfully, but these errors were encountered: