ray/rllib/utils/exploration
2021-05-20 09:27:03 +02:00
..
tests [RLlib] Fix param noise test case on CI. (#14926) 2021-03-25 12:33:23 +01:00
__init__.py [RLlib] Curiosity (intrinsic motivation) Exploration module. (#9912) 2020-08-13 20:14:16 +02:00
curiosity.py [RLlib] Redo: Make TFModelV2 fully modular like TorchModelV2 (soft-deprecate register_variables, unify var names wrt torch). (#13363) 2021-01-14 14:44:33 +01:00
epsilon_greedy.py [RLlib] Multi-GPU support for Torch algorithms. (#14709) 2021-04-16 09:16:24 +02:00
exploration.py [CI] Upgrade flake8 to 3.9.1 (#15527) 2021-05-03 14:23:28 -07:00
gaussian_noise.py [RLlib] Allow for more than 2^31 policy timesteps. (#11301) 2020-10-12 13:49:11 -07:00
ornstein_uhlenbeck_noise.py [RLlib] Exploration class type annotations. (#11251) 2020-10-07 21:59:14 +02:00
parameter_noise.py [RLlib] Exploration class type annotations. (#11251) 2020-10-07 21:59:14 +02:00
per_worker_epsilon_greedy.py [RLlib] APEX-DQN: Bug fix for torch and add learning test. (#15762) 2021-05-20 09:27:03 +02:00
per_worker_gaussian_noise.py [RLlib] Exploration class type annotations. (#11251) 2020-10-07 21:59:14 +02:00
per_worker_ornstein_uhlenbeck_noise.py [RLlib] Exploration class type annotations. (#11251) 2020-10-07 21:59:14 +02:00
random.py [RLlib] Support native tf.keras.Model (milestone toward obsoleting ModelV2 class). (#14684) 2021-04-27 10:44:54 +02:00
soft_q.py [RLlib] Exploration class type annotations. (#11251) 2020-10-07 21:59:14 +02:00
stochastic_sampling.py [RLlib] Multi-GPU support for Torch algorithms. (#14709) 2021-04-16 09:16:24 +02:00