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

Removing Baselines dependency #3

Closed
araffin opened this issue Dec 1, 2021 · 1 comment
Closed

Removing Baselines dependency #3

araffin opened this issue Dec 1, 2021 · 1 comment

Comments

@araffin
Copy link

araffin commented Dec 1, 2021

Hello,
it would be nice to remove baselines dependency (as it requires tensorflow, whereas the rest of the codebase is written with pytorch).
As apparently it is used for atari wrappers only, there are few options:

  • use the ones that are now in Gym (but I'm not sure they are exactly the same)
  • use the ones from Stable-Baselines3 (also depends on pytorch, so less dependencies)
  • copy them into the repo
@YeWR
Copy link
Owner

YeWR commented Dec 6, 2021

Really thank you for your suggestions! We have removed the baselines dependency via "copying them into the repo".
All the best.

@YeWR YeWR closed this as completed Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants