ray/rllib/examples/env
2021-04-20 08:46:05 +02: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
ant_rand_goal.py [Doc] RLlib Algorithms Documentation: MAML + PyTorch MAML (#9189) 2020-07-03 11:05:15 -07:00
cartpole_mass.py [RLlib] MAML: Add cartpole mass test for PyTorch. (#13679) 2021-01-25 12:32:41 +01:00
coin_game_non_vectorized_env.py [RLlib] Add coin game env. Matrix social dilemma env. With tests and examples. (#14208) 2021-03-09 17:26:20 +01:00
coin_game_vectorized_env.py [RLlib] Add coin game env. Matrix social dilemma env. With tests and examples. (#14208) 2021-03-09 17:26:20 +01:00
correlated_actions_env.py [RLlib] Examples folder restructuring (models) part 1 (#8353) 2020-05-08 08:20:18 +02:00
debug_counter_env.py [RLlib] Attention nets PyTorch support and cleanup (using traj. view API). (#12029) 2020-12-21 18:38:34 -08:00
dm_control_suite.py [RLlib] Env directory cleanup and tests. (#13082) 2021-01-19 10:09:39 +01: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 [Doc] RLlib Algorithms Documentation: MAML + PyTorch MAML (#9189) 2020-07-03 11:05:15 -07: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 [RLlib] Add coin game env. Matrix social dilemma env. With tests and examples. (#14208) 2021-03-09 17:26:20 +01:00
mbmpo_env.py [RLlib] Issue #13507: Fix MB-MPO CartPole Env's reward function as well as MB-MPO running into a traj. view API related issue. (#14037) 2021-02-11 18:58:46 +01:00
mock_env.py [RLlib] Batch-size for truncate_episode batch_mode should be confgurable in agent-steps (rather than env-steps), if needed. (#12420) 2020-12-08 16:41:45 -08:00
multi_agent.py [RLlib] Issue #14022: Trajectory View API fails in MA-env where a new agent terminates right away (done=True right after initial obs). (#14031) 2021-02-18 14:07:49 +01:00
nested_space_repeat_after_me_env.py [RLlib] Multi-GPU support for Torch algorithms. (#14709) 2021-04-16 09:16:24 +02:00
parametric_actions_cartpole.py [RLlib] rllib/examples folder restructuring (#8250) 2020-05-01 22:59:34 +02:00
pendulum_mass.py [RLlib] MAML: Add cartpole mass test for PyTorch. (#13679) 2021-01-25 12:32:41 +01:00
random_env.py [RLlib] Allow for more than 2^31 policy timesteps. (#11301) 2020-10-12 13:49:11 -07:00
repeat_after_me_env.py [RLlib] Multi-GPU support for Torch algorithms. (#14709) 2021-04-16 09:16:24 +02:00
repeat_initial_obs_env.py [RLlib] rllib/examples folder restructuring (#8250) 2020-05-01 22:59:34 +02:00
rock_paper_scissors.py [RLlib] Examples folder restructuring (Model examples; final part). (#8278) 2020-05-12 08:23:10 +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] Prototype of a DynaTrainer (for env dynamics learning in upcoming MBMPO algo). (#8860) 2020-06-16 09:01:20 +02:00
two_step_game.py [RLlib] rllib/examples folder restructuring (#8250) 2020-05-01 22:59:34 +02:00
windy_maze_env.py [RLlib] rllib/examples folder restructuring (#8250) 2020-05-01 22:59:34 +02:00