-
I created a custom environment by using the config dictionary as in the example code:
However, I couldn't figure out how to access to the current XY location and rotation angle of the agent after each action. It was so easy to access to them in Safe Gym library by using env.robot_pos and env.robot_rot but they don't exist in safety gymnasium. I would appreciate it if someone can help me with this. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
muchvo
Nov 1, 2024
Replies: 1 comment 1 reply
Answer selected by
Berayksl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can refer to #54 and #112 .