1
0
Fork 0
mirror of https://github.com/vale981/ray synced 2025-03-13 06:36:39 -04:00
Commit graph

11 commits

Author SHA1 Message Date
Sven Mika
eb0038612f
[RLlib] Extend on_learn_on_batch callback to allow for custom metrics to be added. () 2021-02-08 15:02:19 +01:00
Sven Mika
e74947cc94
[RLlib] Env directory cleanup and tests. () 2021-01-19 10:09:39 +01:00
Sven Mika
d98235cc84
[RLlib] Deflake 2x remote & local inference tests (external env). () 2021-01-14 20:44:26 +01:00
Sven Mika
670d083a56
[RLlib] Fix broken unity3d_env import in example server script. () 2020-12-23 11:29:58 -05:00
Sven Mika
c17169dc11
[RLlib] Fix all example scripts to run on GPUs. () 2020-10-02 23:07:44 +02:00
Sven Mika
28ab797cf5
[RLlib] Deprecate old classes, methods, functions, config keys (in prep for RLlib 1.0). () 2020-09-06 10:58:00 +02:00
Sven Mika
d8a081a185
[RLlib] Unity3D integration (n Unity3D clients vs learning server). () 2020-05-30 22:48:34 +02:00
Sven Mika
2746fc0476
[RLlib] Auto-framework, retire use_pytorch in favor of framework=... () 2020-05-27 16:19:13 +02:00
Eric Liang
9392cdbf74
[rllib] Add high-performance external application connector () 2020-03-20 12:43:57 -07: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
Eric Liang
5d7afe8092
[rllib] Try moving RLlib to top level dir () 2019-08-05 23:25:49 -07:00