ray/rllib/utils/exploration
Eric Liang 831b2fe51d
[rllib] Set framework to tf by default and remove import checks; "Auto" option (#8748)
* tf by default

* Update rllib/agents/trainer.py

Co-authored-by: Sven Mika <sven@anyscale.io>

* remove it

* fix

* remove

* fix

* lint

Co-authored-by: Sven Mika <sven@anyscale.io>
2020-06-08 23:04:50 -07:00
..
tests [RLlib] Auto-framework, retire use_pytorch in favor of framework=... (#8520) 2020-05-27 16:19:13 +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] Examples folder restructuring (models) part 1 (#8353) 2020-05-08 08:20:18 +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] Remove tf.py_function from all Schedule classes (not differentiable and causes other bugs in MA setups). (#8304) 2020-05-04 23:53:38 +02:00
ornstein_uhlenbeck_noise.py [RLlib] Fix issue 8135 (DDPG inf actions when using [-inf,inf] action space). (#8302) 2020-05-04 22:27:30 +02:00
parameter_noise.py [RLlib] Remove tf.py_function from all Schedule classes (not differentiable and causes other bugs in MA setups). (#8304) 2020-05-04 23:53:38 +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] utils/spaces ... (#8608) 2020-05-27 10:21:30 +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] Remove TupleActions and support arbitrarily nested action spaces. (#8143) 2020-04-28 14:59:16 +02:00