Creating a custom environment #94
Replies: 2 comments 10 replies
-
|
Hello. To assist you more effectively, could you please provide the exact error message you're encountering, along with a minimal reproducible example? This would greatly help us in identifying the root cause of the issue. In the meantime, you might want to try adding the following line of code to your self._is_load_static_geoms = FalsePlease let us know if this helps resolve the issue or if you encounter any further problems. Your feedback is valuable to improve the project. |
Beta Was this translation helpful? Give feedback.
-
Someone has suggested a method that allows registering new tasks without modifying the source files. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create my own environment, where I want hazards to be in specific locations. I have created a class that inherits
BaseTask, just like the example ofGoalLevel0on the documentation page. I then register this class using theregister()function. The next thing I do ismake()an environment using the id I gave when registering. However, I get the error that I do not give aconfigto the task. But I do not know where I should get this config from, especially because I do not need to give a config if I want to useSafetyPointGoal0-v0in the same way for example. I have the feeling that I am missing some steps, but I cannot find which ones. Could someone help me with this?Beta Was this translation helpful? Give feedback.
All reactions