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

Are there any plans to convert this to gymnasium (from gym)? #6

Open
contravarianceisuseful opened this issue Jan 27, 2024 · 2 comments
Labels
question Further information is requested

Comments

@contravarianceisuseful
Copy link

My understanding is that most RL algorithms will focus on supporting gymnasium going forward and that will be the standard. Trying to get ray rllib or other RL libraries with gym environments is pretty tricky these days. ray kept changing their libraries, so I've ended up having to make a bunch of different venvs for each of the specific versions.

I feel like this would all be a lot easier and sustainable if it was converted to gym. If anyone else thinks this might be useful, I might have a go at doing it myself.

@Miffyli Miffyli added the question Further information is requested label Feb 4, 2024
@Miffyli
Copy link
Owner

Miffyli commented Feb 4, 2024

Hey, sorry for the delay! I have been off the grid.

There are no plans to update this library, but happy to review and merge changes if someone comes up with updated environments for gymnasium or other APIs (as long as they are simple enough to review)! I am also happy to link to your projects or forks if somebody wants to fork this project and continue developing it with no strings attached :)

@contravarianceisuseful
Copy link
Author

I looked into this. In theory you can use this but I never managed to get it to work. I've abandoned the project for now due to not being able to get the underlying infrastructure to work, but that was more about the RL algorithm than toribash itself.

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

No branches or pull requests

2 participants