[rllib] Add the ability to run arbitrary Python scripts with ray.tune (#1132)

* fix yaml bug

* add ext agent

* gpus

* update

* tuning

* docs

* Sun Oct 15 21:09:25 PDT 2017

* lint

* update

* Sun Oct 15 22:39:55 PDT 2017

* Sun Oct 15 22:40:17 PDT 2017

* Sun Oct 15 22:43:06 PDT 2017

* Sun Oct 15 22:46:06 PDT 2017

* Sun Oct 15 22:46:21 PDT 2017

* Sun Oct 15 22:48:11 PDT 2017

* Sun Oct 15 22:48:44 PDT 2017

* Sun Oct 15 22:49:23 PDT 2017

* Sun Oct 15 22:50:21 PDT 2017

* Sun Oct 15 22:53:00 PDT 2017

* Sun Oct 15 22:53:34 PDT 2017

* Sun Oct 15 22:54:33 PDT 2017

* Sun Oct 15 22:54:50 PDT 2017

* Sun Oct 15 22:55:20 PDT 2017

* Sun Oct 15 22:56:56 PDT 2017

* Sun Oct 15 22:59:03 PDT 2017

* fix

* Update tune_mnist_ray.py

* remove script trial

* fix

* reorder

* fix ex

* py2 support

* upd

* comments

* comments

* cleanup readme

* fix trial

* annotate

* Update rllib.rst
This commit is contained in:
Eric Liang
2017-10-18 11:49:28 -07:00
committed by Richard Liaw
parent 4157bcb80b
commit 5a50e0e1d7
24 changed files with 745 additions and 166 deletions
+2 -1
View File
@@ -12,7 +12,7 @@ import pickle
import time
import ray
from ray.rllib.common import Agent, TrainingResult
from ray.rllib.agent import Agent
from ray.rllib.models import ModelCatalog
from ray.rllib.es import optimizers
@@ -20,6 +20,7 @@ from ray.rllib.es import policies
from ray.rllib.es import tabular_logger as tlogger
from ray.rllib.es import tf_util
from ray.rllib.es import utils
from ray.tune.result import TrainingResult
Result = namedtuple("Result", [