ray/rllib/policy
Sven Mika 4e713152e9
[RLlib] Fix for issue https://github.com/ray-project/ray/issues/8191 (#8200)
Fix attribute error when missing exploration in Policy.
Issue #8191
2020-04-27 23:19:26 +02:00
..
tests [RLlib] SAC Torch (incl. Atari learning) (#7984) 2020-04-15 13:25:16 +02:00
__init__.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
dynamic_tf_policy.py [RLlib] SAC Torch (incl. Atari learning) (#7984) 2020-04-15 13:25:16 +02:00
eager_tf_policy.py [RLlib] Nested action space PR (minimally invasive; torch only + test). (#8101) 2020-04-23 09:09:22 +02:00
policy.py [RLlib] Fix for issue https://github.com/ray-project/ray/issues/8191 (#8200) 2020-04-27 23:19:26 +02:00
rnn_sequencing.py [Testing] Do not run any non-RLlib/core tests if only RLLib affected (except wheels). (#7892) 2020-04-09 14:36:06 -07:00
sample_batch.py [RLlib] Exploration API: Policy changes needed for forward pass noisifications. (#7798) 2020-04-01 00:43:21 -07:00
tf_policy.py [RLlib] Exploration API: ParamNoise Integration into DQN; working example/test cases. (#7814) 2020-04-03 10:44:25 -07:00
tf_policy_template.py [RLlib] DQN torch version. (#7597) 2020-04-06 11:56:16 -07:00
torch_policy.py Copy initial state of an RNN to a CPU before converting it to a NumPy array (#8097) 2020-04-25 18:49:09 -07:00
torch_policy_template.py [RLlib] PyTorch version of APPO. (#8120) 2020-04-23 09:11:12 +02:00