mit-acl / gym-collision-avoidance

MIT License
242 stars 74 forks source link

AssertionError in while performing Minimum working example #15

Closed Lilyoung2000 closed 1 year ago

Lilyoung2000 commented 1 year ago

Hello, i'm having trouble during execution of example.py AssertionError: The obs returned by the step() method observation keys is not same as the observation space keys, obs keys: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18], space keys: ['is_learning', 'num_other_agents', 'dist_to_goal', 'heading_ego_frame', 'pref_speed', 'radius', 'other_agents_states'] Looking forward to your reply, thanks!

mfe7 commented 1 year ago

should be fixed now