1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-12 22:26:39 -04:00
Commit graph

10 commits

Author SHA1 Message Date
Sven Mika
e9ee5c4e5f
[RLlib] Nested action space PR (minimally invasive; torch only + test). ()
- Add TorchMultiActionDistribution class.
- Add framework-agnostic test cases for TorchMultiActionDistribution.
2020-04-23 09:09:22 +02:00
Carl Balmer
0cfb6488a7
changed get_agent_class to from get_trainable_cls () 2020-03-27 12:17:16 -07:00
Eric Liang
1989eed3bf
[RLlib] Issue 7136: rollout not working for ES and ARS. ()
* Fix.

* Fix issue .

* ARS fix.
2020-03-04 23:57:44 -08:00
Sven Mika
7faf0d8f89
[RLlib] Make rollout always use evaluation_config. () 2020-03-03 17:20:35 -08:00
Sven Mika
44ac0ead34
[RLlib] rollout.py; make video-recording options more intuitive and add warnings/errors (issue 7121). () 2020-02-27 10:39:02 -08:00
Sven
60d4d5e1aa Remove future imports ()
* Remove all __future__ imports from RLlib.

* Remove (object) again from tf_run_builder.py::TFRunBuilder.

* Fix 2xLINT warnings.

* Fix broken appo_policy import (must be appo_tf_policy)

* Remove future imports from all other ray files (not just RLlib).

* Remove future imports from all other ray files (not just RLlib).

* Remove future import blocks that contain `unicode_literals` as well.
Revert appo_tf_policy.py to appo_policy.py (belongs to another PR).

* Add two empty lines before Schedule class.

* Put back __future__ imports into determine_tests_to_run.py. Fails otherwise on a py2/print related error.
2020-01-09 00:15:48 -08:00
Ujval Misra
20ba7ef647 [tune] Move util to utils package ()
* Move util.py to utils

* Fix import
2020-01-06 18:11:02 -08:00
Eyal Sela
7b955881f3 Initializing default saver inside the function () 2019-12-19 12:29:45 -08:00
David Bignell
3f83b2daa9 [rllib] Rollout extensions ()
* Rollout improvements

* Make info-saving optional, to avoid breaking change.

* Store generating ray version in checkpoint metadata

* Keep the linter happy

* Add small rollout test

* Terse.

* Update test_io.py
2019-11-05 20:34:18 -08:00
Eric Liang
5d7afe8092
[rllib] Try moving RLlib to top level dir () 2019-08-05 23:25:49 -07:00
Renamed from python/ray/rllib/rollout.py (Browse further)