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

Use sb3 and gymnasium as much as possible rather then hide imports in rlberry's API #440

Open
KohlerHECTOR opened this issue Apr 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@KohlerHECTOR
Copy link
Collaborator

Rather than using rlberry.envs.gym_make let us use gymnasium.make
Rather than using rlberry.agents.torch let us use rlberry.agents.stable_baselines
Same for atari_make and spaces.... basically if an rlberry class is just import a gymnasium or sb3 method, let us remvove it from rlberry api

@KohlerHECTOR KohlerHECTOR added enhancement New feature or request good first issue Good for newcomers labels Apr 3, 2024
@KohlerHECTOR KohlerHECTOR self-assigned this Apr 3, 2024
@KohlerHECTOR KohlerHECTOR changed the title Use sb3 and gymnasium as much as possible in the docs (examples, quickstart, ...) Use sb3 and gymnasium as much as possible rather then hide imports in rlberry's API Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant