ray/rllib/examples/env
2022-01-24 19:38:21 +01:00
..
tests [RLlib] Add coin game env. Matrix social dilemma env. With tests and examples. (#14208) 2021-03-09 17:26:20 +01:00
utils [RLlib] Add coin game env. Matrix social dilemma env. With tests and examples. (#14208) 2021-03-09 17:26:20 +01:00
__init__.py [RLlib] rllib/examples folder restructuring (#8250) 2020-05-01 22:59:34 +02:00
action_mask_env.py [RLlib] Add simple action-masking example script/env/model (tf and torch). (#18494) 2021-09-11 23:08:09 +02:00
ant_rand_goal.py [RLlib] External env enhancements + more examples. (#16583) 2021-06-23 09:09:01 +02:00
cartpole_mass.py [RLlib] External env enhancements + more examples. (#16583) 2021-06-23 09:09:01 +02:00
coin_game_non_vectorized_env.py [Lint] Add flake8-bugbear (#19053) 2021-10-03 23:24:11 -07:00
coin_game_vectorized_env.py [Lint] Add flake8-bugbear (#19053) 2021-10-03 23:24:11 -07:00
correlated_actions_env.py [RLlib] Better example scripts: Description --no-tune and --local-mode CLI options (autoregressive_action_dist.py) (#17705) 2021-08-16 22:08:13 +02:00
curriculum_capable_env.py [RLlib] Upgrade gym version to 0.21 and deprecate pendulum-v0. (#19535) 2021-11-03 16:24:00 +01:00
d4rl_env.py [RLlib] CQL loss fn fixes, MuJoCo + Pendulum benchmarks, offline-RL example script w/ json file. (#15603) 2021-05-04 19:06:19 +02:00
debug_counter_env.py [RLlib] Base env pre-checker. (#21569) 2022-01-18 16:34:06 +01:00
dm_control_suite.py [RLlib] Env directory cleanup and tests. (#13082) 2021-01-19 10:09:39 +01:00
env_using_remote_actor.py [RLlib] Issue 18231: Better (earlier) env validation and error message improvement. (#18249) 2021-09-02 09:28:16 +02:00
env_with_subprocess.py [RLlib] Implement DQN PyTorch distributional head. (#9589) 2020-07-25 09:29:24 +02:00
fast_image_env.py [RLlib] rllib/examples folder restructuring (#8250) 2020-05-01 22:59:34 +02:00
gpu_requiring_env.py [RLlib] Partial GPU examples (for learner and workers). (#15334) 2021-04-20 08:46:05 +02:00
halfcheetah_rand_direc.py [RLlib] External env enhancements + more examples. (#16583) 2021-06-23 09:09:01 +02:00
look_and_push.py [RLlib] Attention Net integration into ModelV2 and learning RL example. (#8371) 2020-05-18 17:26:40 +02:00
matrix_sequential_social_dilemma.py [Lint] Add flake8-bugbear (#19053) 2021-10-03 23:24:11 -07:00
mbmpo_env.py [RLlib] Upgrade gym version to 0.21 and deprecate pendulum-v0. (#19535) 2021-11-03 16:24:00 +01:00
mock_env.py [RLlib] Issue 21629: Video recorder env wrapper not working. Added test case. (#21670) 2022-01-24 19:38:21 +01:00
multi_agent.py [RLlib] Issue 21629: Video recorder env wrapper not working. Added test case. (#21670) 2022-01-24 19:38:21 +01:00
nested_space_repeat_after_me_env.py [RLlib] Add multi-GPU learning tests to nightly. (#17778) 2021-08-18 17:21:01 +02:00
parametric_actions_cartpole.py [RLlib] Upgrade gym version to 0.21 and deprecate pendulum-v0. (#19535) 2021-11-03 16:24:00 +01:00
pendulum_mass.py [RLlib] External env enhancements + more examples. (#16583) 2021-06-23 09:09:01 +02:00
random_env.py [RLlib] Tf2 + eager-tracing same speed as framework=tf; Add more test coverage for tf2+tracing. (#19981) 2021-11-05 16:10:00 +01:00
repeat_after_me_env.py [RLlib] Add multi-GPU learning tests to nightly. (#17778) 2021-08-18 17:21:01 +02:00
repeat_initial_obs_env.py [RLlib] rllib/examples folder restructuring (#8250) 2020-05-01 22:59:34 +02:00
simple_corridor.py [RLlib] Partial GPU examples (for learner and workers). (#15334) 2021-04-20 08:46:05 +02:00
simple_rpg.py [rllib] Support for complex / variable-length observation spaces (#8393) 2020-06-06 12:22:19 +02:00
stateless_cartpole.py [RLlib Testig] Split and unflake more CI tests (make sure all jobs are < 30min). (#18591) 2021-09-15 22:16:48 +02:00
stateless_pendulum.py [RLlib Testig] Split and unflake more CI tests (make sure all jobs are < 30min). (#18591) 2021-09-15 22:16:48 +02:00
transformed_action_space_env.py [RLlib] Upgrade gym version to 0.21 and deprecate pendulum-v0. (#19535) 2021-11-03 16:24:00 +01:00
two_step_game.py [RLlib] Base env pre-checker. (#21569) 2022-01-18 16:34:06 +01:00
windy_maze_env.py [RLlib] Base env pre-checker. (#21569) 2022-01-18 16:34:06 +01:00