Replies: 1 comment
-
envpool/envpool/atari/atari_env.h Line 191 in 51f4686 action will be mapped from action_set_, where it's from envpool/envpool/atari/atari_env.h Lines 129 to 133 in 51f4686 It will use ale's interface, same as https://github.com/mgbellemare/Arcade-Learning-Environment/blob/259f24951d27bdfcb5d7b3f54f1f420ca44b71ef/src/python/env/gym.py#L256 |
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
-
I am curious as to how envpool handles actions when using the full action set that are outside the minimal action set for the environment.
For example if a game only uses 8/18 actions, and an action outside of the 8 is given, what does the environment do?
If anyone can point me to where this is defined I would greatly appreciate it!
Beta Was this translation helpful? Give feedback.
All reactions