-
in the heatmap_generator.py, the goal (positions) is accessed using r.goal()[0:3,3]. The other values of score and reachable are accessible using r.score and r.reachable. We want to use the goal_state values for each of the goals to perform certain analysis. Trying to use r.goal_state() generates a "no python class registered" error. How would you recommend to access the goal_state values ? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
marip8
Aug 6, 2024
Replies: 1 comment
-
Can you see if #80 fixes this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marip8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you see if #80 fixes this issue?