mickelliu 75078f965d [Rllib] Fix `range()` (no keyword args supported!) in torch version of `attention_net.py`. (#21598) 2 年之前
..
jax 3f4bc16276 [RLlib] Add a minimal JAX ModelV2 (FCNet) to RLlib. (#12502) 3 年之前
tests 3ac4daba07 [RLlib] Discussion 4351: Conv2d default filter tests and add default setting for 96x96 image obs space. (#21560) 2 年之前
tf 9e6b871739 [RLlib] Better utils for flattening complex inputs and enable prev-actions for LSTM/attention for complex action spaces. (#21330) 2 年之前
torch 75078f965d [Rllib] Fix `range()` (no keyword args supported!) in torch version of `attention_net.py`. (#21598) 2 年之前
README.txt 5d7afe8092 [rllib] Try moving RLlib to top level dir (#5324) 5 年之前
__init__.py 28ab797cf5 [RLlib] Deprecate old classes, methods, functions, config keys (in prep for RLlib 1.0). (#10544) 4 年之前
action_dist.py 2256047876 [RLlib] Rename rllib.utils.types into typing to match built-in python module's name. (#10114) 4 年之前
catalog.py 9e6b871739 [RLlib] Better utils for flattening complex inputs and enable prev-actions for LSTM/attention for complex action spaces. (#21330) 2 年之前
modelv2.py 1a8aa2da1f [RLlib] Added `tensorlib=numpy' to 'restore_original_dimensions()' such that … (#20342) 2 年之前
preprocessors.py 8b77fc0aef [RLlib] Updating Repeated space. Allowing numpy arrays and adding representation. (#20799) 2 年之前
repeated_values.py 61a1274619 [RLlib] No Preprocessors (part 2). (#18468) 3 年之前
utils.py 3ac4daba07 [RLlib] Discussion 4351: Conv2d default filter tests and add default setting for 96x96 image obs space. (#21560) 2 年之前

README.txt

Shared neural network models for RLlib.