Replies: 1 comment
-
And this would be a cool way to show off the benefits of having our programming model work directly with Python classes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reflecting on how thin the wrapper around the Gym env ended up being for the RLlib example agent...
agentos/example_agents/rllib_agent/cartpole.py
Lines 1 to 7 in 638f3ec
...made me think that perhaps the registry could support the direct registration of a component (i.e. a class) that exists already somewhere in somebody's GitHub repo today, that is, without a wrapper like the one I wrote.
A good first candidate would be to have entries for all of the gym envs in the gym registry
Beta Was this translation helpful? Give feedback.
All reactions