ray/rllib/models
Sven Mika f08687f550
[RLlib] rllib train crashes when using torch PPO/PG/A2C. (#7508)
* Fix.

* Rollback.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.

* TEST.
2020-03-08 13:03:18 -07:00
..
tests [RLlib] SAC add discrete action support. (#7320) 2020-03-06 10:37:12 -08:00
tf [RLlib] SAC add discrete action support. (#7320) 2020-03-06 10:37:12 -08:00
torch [RLlib] rllib train crashes when using torch PPO/PG/A2C. (#7508) 2020-03-08 13:03:18 -07:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
action_dist.py [RLlib] Exploration API: merge deterministic flag with exploration classes (SoftQ and StochasticSampling). (#7155) 2020-02-19 12:18:45 -08:00
catalog.py Torch multicat support (7419) 2020-03-04 00:41:40 -08:00
extra_spaces.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
model.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
modelv2.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
preprocessors.py [RLlib] Fix broken example: tf-eager with custom-RNN (#6732). (#7021) 2020-02-06 09:44:08 -08:00
README.txt [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00

Shared neural network models for RLlib.