ray/rllib/utils/exploration
Eric Liang dd70720578
[rllib] Rename sample_batch_size => rollout_fragment_length (#7503)
* bulk rename

* deprecation warn

* update doc

* update fig

* line length

* rename

* make pytest comptaible

* fix test

* fi sys

* rename

* wip

* fix more

* lint

* update svg

* comments

* lint

* fix use of batch steps
2020-03-14 12:05:04 -07:00
..
tests [rllib] Rename sample_batch_size => rollout_fragment_length (#7503) 2020-03-14 12:05:04 -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] Fix per-worker exploration in Ape-X; make more kwargs required for future safety (#7504) 2020-03-10 11:14:14 -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
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