ray/rllib/utils/exploration
2020-07-11 22:06:35 +02:00
..
tests [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
__init__.py [RLlib] Exploration API: Policy changes needed for forward pass noisifications. (#7798) 2020-04-01 00:43:21 -07:00
epsilon_greedy.py [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
exploration.py [rllib] Set framework to tf by default and remove import checks; "Auto" option (#8748) 2020-06-08 23:04:50 -07:00
gaussian_noise.py [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
ornstein_uhlenbeck_noise.py [RLlib] Tf2.x native. (#8752) 2020-07-11 22:06:35 +02:00
parameter_noise.py [RLlib] DQN rainbow eager-mode (keras style NoisyLayer) (preparation for native tf2.x support). (#9304) 2020-07-09 10:44:10 +02:00
per_worker_epsilon_greedy.py [RLlib] APEX_DDPG (PyTorch) test case and docs. (#8288) 2020-05-04 09:36:27 +02:00
per_worker_gaussian_noise.py [RLlib] APEX_DDPG (PyTorch) test case and docs. (#8288) 2020-05-04 09:36:27 +02:00
per_worker_ornstein_uhlenbeck_noise.py [RLlib] APEX_DDPG (PyTorch) test case and docs. (#8288) 2020-05-04 09:36:27 +02:00
random.py [RLlib] DQN rainbow eager-mode (keras style NoisyLayer) (preparation for native tf2.x support). (#9304) 2020-07-09 10:44:10 +02:00
soft_q.py [RLlib] Exploration API: Policy changes needed for forward pass noisifications. (#7798) 2020-04-01 00:43:21 -07:00
stochastic_sampling.py [RLlib] Retire try_import_tree (should be installed along with other requirements). (#9211) 2020-07-02 13:06:34 +02:00