Replies: 1 comment
-
That's a great question. We have inherited the Gymnasium API, so you can refer to this code for guidance on how to register your environment. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to build a custom environment with this library. I can see how you define a task:
https://www.safety-gymnasium.com/en/latest/components_of_environments/tasks/task_example.html
https://github.com/PKU-Alignment/safety-gymnasium/tree/main#customize-your-environments
But, how would you call these custom environments?
Would you still use the make command?
Beta Was this translation helpful? Give feedback.
All reactions