ray/rllib/agents
mehrdadn 3bd82d0bcd
Fix various issues/warnings that come up on Jenkins (#7147)
* Avoid warning about swap being unlimited

Currently we get the following message on Jenkins:
"Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap."

Since we're not limiting swap anyway, we might as well avoid trying to.
https://docs.docker.com/config/containers/resource_constraints/#--memory-swap-details

* Fix escaping in re.search()

* Fix escaping in _noisy_layer()

* Raise a more descriptive error when dashboard data isn't found

* Don't error on dashboard files not being found when webui isn't required

* Change dashboard error to a warning instead
2020-02-17 16:08:55 -08:00
..
a3c [rllib] implemented compute_advantages without gae (#6941) 2020-01-31 22:25:45 -08:00
ars [RLlib] Add torch flag to train.py (#6807) 2020-01-17 18:48:44 -08:00
ddpg [RLlib] Fix erroneous use of LinearSchedule (in DDPG's exploration annealing). (#7125) 2020-02-12 23:46:49 -08:00
dqn Fix various issues/warnings that come up on Jenkins (#7147) 2020-02-17 16:08:55 -08:00
es [RLlib] Add torch flag to train.py (#6807) 2020-01-17 18:48:44 -08:00
impala [RLlib] Move all jenkins RLlib-tests into bazel (rllib/BUILD). (#7178) 2020-02-15 14:50:44 -08:00
marwil [rllib] implemented compute_advantages without gae (#6941) 2020-01-31 22:25:45 -08:00
pg [RLlib] Exploration API (+EpsilonGreedy sub-class). (#6974) 2020-02-10 15:22:07 -08:00
ppo [RLlib] Move all jenkins RLlib-tests into bazel (rllib/BUILD). (#7178) 2020-02-15 14:50:44 -08:00
qmix [RLlib] Bug fix: DQN goes into negative epsilon values after reaching explora… (#6971) 2020-01-31 09:54:12 -08:00
sac [RLlib] Move all jenkins RLlib-tests into bazel (rllib/BUILD). (#7178) 2020-02-15 14:50:44 -08:00
__init__.py [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
agent.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
mock.py Remove future imports (#6724) 2020-01-09 00:15:48 -08:00
registry.py [rllib] Add Decentralized DDPPO trainer and documentation (#7088) 2020-02-10 15:28:27 -08:00
trainer.py [rllib] Convert torch state arrays to tensors during compute actions (#7162) 2020-02-17 10:26:58 -08:00
trainer_template.py [RLlib] Exploration API (+EpsilonGreedy sub-class). (#6974) 2020-02-10 15:22:07 -08:00