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

Add support for RLLib #96

Open
treo opened this issue Oct 17, 2019 · 5 comments
Open

Add support for RLLib #96

treo opened this issue Oct 17, 2019 · 5 comments
Labels

Comments

@treo
Copy link

treo commented Oct 17, 2019

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)

@christianhidber
Copy link
Owner

Great idea. Indeed it shouldn't be too difficult to integrate. Are you already using rllib ?

@treo
Copy link
Author

treo commented Oct 18, 2019

Yes, I've been using it for some previous projects.

@christianhidber
Copy link
Owner

christianhidber commented Nov 3, 2019

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. :-(

@treo
Copy link
Author

treo commented Jun 25, 2020

As of ray 0.8.6 there is an experimental support for windows:
See:
ray-project/ray#631 (comment)
https://github.com/ray-project/ray/releases/tag/ray-0.8.6

@christianhidber
Copy link
Owner

Splendid, thanks for the hint. I'll definitely take a look at it.

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

No branches or pull requests

2 participants