ray/rllib/utils/exploration
2020-03-28 16:16:30 -07:00
..
tests [RLlib] Minimal ParamNoise PR. (#7772) 2020-03-28 16:16:30 -07:00
__init__.py [RLlib] DDPG refactor and Exploration API action noise classes. (#7314) 2020-03-01 11:53:35 -08:00
epsilon_greedy.py [rllib] Fix per-worker exploration in Ape-X; make more kwargs required for future safety (#7504) 2020-03-10 11:14:14 -07:00
exploration.py [RLlib] Minimal ParamNoise PR. (#7772) 2020-03-28 16:16:30 -07:00
gaussian_noise.py [rllib] Make timestep a required arg for exploration classes (#7380) 2020-03-04 13:00:37 -08:00
ornstein_uhlenbeck_noise.py [RLlib] DDPG refactor and Exploration API action noise classes. (#7314) 2020-03-01 11:53:35 -08:00
parameter_noise.py [RLlib] Minimal ParamNoise PR. (#7772) 2020-03-28 16:16:30 -07:00
per_worker_epsilon_greedy.py [rllib] Fix per-worker exploration in Ape-X; make more kwargs required for future safety (#7504) 2020-03-10 11:14:14 -07:00
per_worker_gaussian_noise.py [rllib] Fix per-worker exploration in Ape-X; make more kwargs required for future safety (#7504) 2020-03-10 11:14:14 -07:00
per_worker_ornstein_uhlenbeck_noise.py [rllib] Fix per-worker exploration in Ape-X; make more kwargs required for future safety (#7504) 2020-03-10 11:14:14 -07:00
random.py [RLlib] Add all agents to rllib rollout tests. (#7534) 2020-03-12 11:02:51 -07:00
soft_q.py [RLlib] DDPG refactor and Exploration API action noise classes. (#7314) 2020-03-01 11:53:35 -08:00
stochastic_sampling.py [rllib] Make timestep a required arg for exploration classes (#7380) 2020-03-04 13:00:37 -08:00