ray/rllib/utils/exploration
2020-09-29 09:39:22 +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] Curiosity enhancements. (#10373) 2020-09-05 13:14:24 +02:00
epsilon_greedy.py [rllib] Try fixing torch GPU and masking errors (#10168) 2020-08-25 18:34:19 -07:00
exploration.py [RLlib] Curiosity documentation. (#11066) 2020-09-29 09:39:22 +02:00
gaussian_noise.py ci: Redo format.sh --all script & backfill lint fixes (#9956) 2020-08-07 16:49:49 -07: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] 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] 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] 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 fix(rllib): allow explore=False with tuple action distributions (#10443) 2020-09-10 15:03:02 -07:00