mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() * 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. |
||
---|---|---|
.. | ||
tf | ||
torch | ||
__init__.py | ||
action_dist.py | ||
catalog.py | ||
extra_spaces.py | ||
model.py | ||
modelv2.py | ||
preprocessors.py | ||
README.txt |
Shared neural network models for RLlib.