-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RLlib] Action masking example for new API stack. #46146
[RLlib] Action masking example for new API stack. #46146
Commits on Jun 19, 2024
-
Implemented example for action masking. Added an 'unbatch(obs)' for '…
…add_env_reset' calls in 'SingleAgentEnvRunner' to deal with 'Dict' observation spaces. Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 243d239 - Browse repository at this point
Copy the full SHA 243d239View commit details
Commits on Jun 20, 2024
-
Included proposed changes from @sven1977's review. Added more docstri…
…ngs and comments. Added action-masking and autoregressive actions examples to the BUILD. Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 00e1724 - Browse repository at this point
Copy the full SHA 00e1724View commit details -
Removed old-(hybrid)-stack action masking example b/c hybrid stack wi…
…ll be deprecated in very near future. Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b10d68 - Browse repository at this point
Copy the full SHA 2b10d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f07e4 - Browse repository at this point
Copy the full SHA b8f07e4View commit details -
Removed old action masking example paths from rllib.tests.yml.
Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 14e9fa1 - Browse repository at this point
Copy the full SHA 14e9fa1View commit details -
Changed naming for autoregressive actions module to conform with acti…
…on masking module naming. Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 79a8fb8 - Browse repository at this point
Copy the full SHA 79a8fb8View commit details -
Added the action masking example script after renaming and ran the li…
…nter. Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d6918d5 - Browse repository at this point
Copy the full SHA d6918d5View commit details
Commits on Jun 21, 2024
-
Fixed an arguments bug in 'ActionMaskingRLM._compute_values' and a wr…
…ong name in the BUILD file. Signed-off-by: simonsays1980 <simon.zehnder@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d2045af - Browse repository at this point
Copy the full SHA d2045afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 641688e - Browse repository at this point
Copy the full SHA 641688eView commit details