You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Rather than using
rlberry.envs.gym_make
let us usegymnasium.make
Rather than using
rlberry.agents.torch
let us use rlberry.agents.stable_baselinesSame 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
The text was updated successfully, but these errors were encountered: