Sven Mika 89ac80d883 [RLlib] Issue 39421: MultiDiscrete action spaces not supported on new stack. (#39534) 1 年之前
..
jax 351cd3ed54 [rllib] Fix backwards compatibility test (gym) (#38250) 1 年之前
tests 1c29b98c71 [RLlib] Fix issues with action masking examples. (#38095) 1 年之前
tf 89ac80d883 [RLlib] Issue 39421: MultiDiscrete action spaces not supported on new stack. (#39534) 1 年之前
torch 89ac80d883 [RLlib] Issue 39421: MultiDiscrete action spaces not supported on new stack. (#39534) 1 年之前
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 8e680c483c [RLlib] gymnasium support (new `Env.reset()/step()/seed()/render()` APIs). (#28369) 1 年之前
base_model.py 0f62ccc6ee [RLlib] Clean up some deprecation messages (they shouldn't be there) and make others `error=True` (from `error=False`) (#38555) 1 年之前
catalog.py 0f62ccc6ee [RLlib] Clean up some deprecation messages (they shouldn't be there) and make others `error=True` (from `error=False`) (#38555) 1 年之前
distributions.py dcf499f768 [RLlib][doc-test] Improved doc examples inside core folder (#37558) 1 年之前
modelv2.py 827ab91741 [RLlib] Replace remaining mentions of "trainer" by "algorithm". (#36557) 1 年之前
preprocessors.py deba90917c [RLlib] Introduce preprocessors to RLModules/Catalog (#33447) 1 年之前
repeated_values.py 905258dbc1 Clean up docstyle in python modules and add LINT rule (#25272) 2 年之前
temp_spec_classes.py 184b405a05 [RLlib] New base models (#29009) 2 年之前
utils.py 0f62ccc6ee [RLlib] Clean up some deprecation messages (they shouldn't be there) and make others `error=True` (from `error=False`) (#38555) 1 年之前

README.txt

Shared neural network models for RLlib.