提交历史

作者 SHA1 备注 提交日期
  Sven Mika c5d20849ae [RLlib] Rename `rllib rollout` into `rllib evaluate` (backward compatible) to match Trainer API. (#18467) 3 年之前
  Sven Mika ba58f5edb1 [RLlib] Strictly run `evaluation_num_episodes` episodes each evaluation run (no matter the other eval config settings). (#18335) 3 年之前
  Julius Frost 16be091702 [RLlib] Refactor `if __name__ == "__main__"` into `main()` method in rollout/train.py for better reusability (#17315) 3 年之前
  Sven Mika 53206dd440 [RLlib] CQL BC loss fixes; PPO/PG/A2|3C action normalization fixes (#16531) 3 年之前
  Sven Mika 16ddab49f5 [RLlib] Trainer._evaluate -> Trainer.evaluate; Also make evaluation possible w/o evaluation worker set. (#15591) 3 年之前
  Sven Mika d001af3e59 [RLlib] Allow `rllib rollout` to run distributed via evaluation workers. (#13718) 3 年之前
  karstenddwx 09d5413f70 [RLlib] rollout batch, handle rewards that are None (unknown) in a multi-agent env (#11858) (#11911) 3 年之前
  danuo c009c178f6 [RLlib] Closes #11924: Add support for custom/ray environments in rollouts.py for agents without workers (#11926) 3 年之前
  Sven Mika 72fc79740c [RLlib] Issue with pickle versions (breaks rollout test cases in RLlib). (#11939) 4 年之前
  Sven Mika 414041c6dd [RLlib] Do not create env on driver iff num_workers > 0. (#11307) 4 年之前
  Sven Mika 244aafdcf8 [RLlib] Curiosity enhancements. (#10373) 4 年之前
  Sven Mika aeb5be7733 [RLlib] Trajectory View API (part 2.5): Actual implementations (not used yet) of a SampleCollector. (#10112) 4 年之前
  Sven Mika e540e425e4 [RLlib] `rllib rollout` test and bug fixes. (#9779) 4 年之前
  Sven Mika 2589309cf0 [RLlib] Make sure torch and tf behave the same wrt conv2d nets. (#8785) 4 年之前
  Sven Mika 6d196197bc [RLlib] utils/spaces ... (#8608) 4 年之前
  Sven Mika 5f278c6411 [RLlib] Examples folder restructuring (models) part 1 (#8353) 4 年之前
  Sven Mika 42991d723f [RLlib] rllib/examples folder restructuring (#8250) 4 年之前
  Sven Mika e9ee5c4e5f [RLlib] Nested action space PR (minimally invasive; torch only + test). (#8101) 4 年之前
  Carl Balmer 0cfb6488a7 changed get_agent_class to from get_trainable_cls (#7758) 4 年之前
  Eric Liang 1989eed3bf [RLlib] Issue 7136: rollout not working for ES and ARS. (#7444) 4 年之前
  Sven Mika 7faf0d8f89 [RLlib] Make rollout always use `evaluation_config`. (#7396) 4 年之前
  Sven Mika 44ac0ead34 [RLlib] rollout.py; make video-recording options more intuitive and add warnings/errors (issue 7121). (#7347) 4 年之前
  Sven 60d4d5e1aa Remove future imports (#6724) 4 年之前
  Ujval Misra 20ba7ef647 [tune] Move util to utils package (#6682) 4 年之前
  Eyal Sela 7b955881f3 Initializing default saver inside the function (#6540) 4 年之前
  David Bignell 3f83b2daa9 [rllib] Rollout extensions (#6065) 5 年之前
  Eric Liang 5d7afe8092 [rllib] Try moving RLlib to top level dir (#5324) 5 年之前