ray/rllib/models/tf
Sven Mika 446cbdf2e0 [RLlib] Fix issue (bug): LSTM + non-shared vf + PPO + tuple actions (#6890)
* Add `RandomEnv` example to examples folder.
Convert warning into Error message when using an LSTM in a non-shared-vf network (after the warning, the program would crash).

* LINT.

* Fix issue #6884. LSTM + non-shared vf NN + PPO crashes when using a Tuple action space.

* LINT

* Change warning message for Model: shared_vf=False, LSTM=True cases.

* Bug fix.

* Add examples/random_env.py test to Jenkins.
2020-01-24 10:29:35 -08:00
..
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
fcnet_v1.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
fcnet_v2.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
lstm_v1.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
misc.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
modelv1_compat.py [RLlib] Fix issue (bug): LSTM + non-shared vf + PPO + tuple actions (#6890) 2020-01-24 10:29:35 -08:00
recurrent_tf_modelv2.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
tf_action_dist.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
tf_modelv2.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
visionnet_v1.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
visionnet_v2.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00