ray/rllib/utils/exploration
2020-10-02 23:07:44 +02:00
..
tests [RLlib] Curiosity enhancements. (#10373) 2020-09-05 13:14:24 +02:00
__init__.py [RLlib] Curiosity (intrinsic motivation) Exploration module. (#9912) 2020-08-13 20:14:16 +02:00
curiosity.py [RLlib] Fix all example scripts to run on GPUs. (#11105) 2020-10-02 23:07:44 +02:00
epsilon_greedy.py [RLlib] Fix all example scripts to run on GPUs. (#11105) 2020-10-02 23:07:44 +02:00
exploration.py [RLlib] Curiosity documentation. (#11066) 2020-09-29 09:39:22 +02:00
gaussian_noise.py [RLlib] Fix all example scripts to run on GPUs. (#11105) 2020-10-02 23:07:44 +02:00
ornstein_uhlenbeck_noise.py [RLlib] Implementation of "Model-based Meta Policy Optimization" (MB MPO) (#9409) 2020-08-02 18:12:09 +02:00
parameter_noise.py [RLlib] Fix all example scripts to run on GPUs. (#11105) 2020-10-02 23:07:44 +02:00
per_worker_epsilon_greedy.py [RLlib] Issue #9437 (PyTorch converts to CPU tensor, even if on GPU). (#9497) 2020-07-16 14:55:50 +02:00
per_worker_gaussian_noise.py [RLlib] Issue #9437 (PyTorch converts to CPU tensor, even if on GPU). (#9497) 2020-07-16 14:55:50 +02:00
per_worker_ornstein_uhlenbeck_noise.py [RLlib] Issue #9437 (PyTorch converts to CPU tensor, even if on GPU). (#9497) 2020-07-16 14:55:50 +02:00
random.py [RLlib] Fix all example scripts to run on GPUs. (#11105) 2020-10-02 23:07:44 +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 fix(rllib): allow explore=False with tuple action distributions (#10443) 2020-09-10 15:03:02 -07:00