Commit History

Author SHA1 Message Date
  kourosh hakhamaneshi 9a2d5f443e [RLlib][RLModule][build_base] Disabling RLModule API for LSTM / Attn (#33662) 1 year ago
  kourosh hakhamaneshi 8d2dc9a399 [RLlib] Change default framework from tf to torch (#33604) 1 year ago
  Sven Mika 8e680c483c [RLlib] gymnasium support (new `Env.reset()/step()/seed()/render()` APIs). (#28369) 1 year ago
  Sven Mika 5af66e66cc [RLlib] AlgorithmConfigs: Broad rollout; Example scripts. (#29700) 2 years ago
  Sven Mika 432f023642 [RLlib] Deprecate `AlgorithmConfig.framework("tfe")`: Use `tf2` instead. (#29755) 2 years ago
  xwjiang2010 fcf897ee72 [air] update rllib example to use Tuner API. (#26987) 2 years ago
  Sven Mika 130b7eeaba [RLlib] `Trainer` to `Algorithm` renaming. (#25539) 2 years ago
  Sven Mika b5bc2b93c3 [RLlib] Move all remaining algos into `algorithms` directory. (#25366) 2 years ago
  Yi Cheng fd0f967d2e Revert "[RLlib] Move (A/DD)?PPO and IMPALA algos to `algorithms` dir and rename policy and trainer classes. (#25346)" (#25420) 2 years ago
  Sven Mika e4ceae19ef [RLlib] Move (A/DD)?PPO and IMPALA algos to `algorithms` dir and rename policy and trainer classes. (#25346) 2 years ago
  Steven Morad 00922817b6 [RLlib] Rewrite PPO to use training_iteration + enable DD-PPO for Win32. (#23673) 2 years ago
  Balaji Veeramani 7f1bacc7dc [CI] Format Python code with Black (#21975) 2 years ago
  Sven Mika 53206dd440 [RLlib] CQL BC loss fixes; PPO/PG/A2|3C action normalization fixes (#16531) 3 years ago
  Sven Mika d2c755ccef [RLlib] Examples scripts add argparse help and replace `--torch` with `--framework`. (#15832) 3 years ago
  Sven Mika e961d2f4b2 [RLlib] Improve example scripts for attention nets, CartPole LSTM, and custom RNN-models. (#15329) 3 years ago
  Sven Mika c17169dc11 [RLlib] Fix all example scripts to run on GPUs. (#11105) 4 years ago
  Sven Mika 36bda8432b [RLlib] Trajectory view API: Simple List Collector (on by default for PPO); LSTM-agnostic (#11056) 4 years ago
  Sven Mika 2746fc0476 [RLlib] Auto-framework, retire `use_pytorch` in favor of `framework=...` (#8520) 4 years ago
  Sven Mika 57544b1ff9 [RLlib] Examples folder restructuring (Model examples; final part). (#8278) 4 years ago