Eric Liang
|
d7be5a5d36
|
[rllib] Fix error getting kl when simple_optimizer: True in multi-agent PPO
|
2019-05-27 17:24:45 -07:00 |
|
Eric Liang
|
02583a8598
|
[rllib] Rename PolicyGraph => Policy, move from evaluation/ to policy/ (#4819)
This implements some of the renames proposed in #4813
We leave behind backwards-compatibility aliases for *PolicyGraph and SampleBatch.
|
2019-05-20 16:46:05 -07:00 |
|
Eric Liang
|
3807fb505b
|
[rllib] TensorFlow 2 compatibility (#4802)
|
2019-05-16 22:12:07 -07:00 |
|
Eric Liang
|
fce0062380
|
[rllib] Switch to tune.run() instead of run_experiments() (#4515)
|
2019-03-30 14:07:50 -07:00 |
|
Eric Liang
|
5b8eb475ce
|
[rllib] Allow None to be specified in multi-agent envs (#4464)
* wip
* check
* doc update
* Update hierarchical_training.py
|
2019-03-25 11:38:17 -07:00 |
|
Robert Nishihara
|
4b89eebfc7
|
Move test folders under rllib/tune from test -> tests. (#4214)
|
2019-03-02 13:37:16 -08:00 |
|
Eric Liang
|
7aec357501
|
[rllib] Multi-GPU support for Multi-Agent PPO (#3479)
* wip
* fix
* remove check
* fix null
* revert
* lint and kl
* also fix rollout
|
2018-12-08 18:02:33 -08:00 |
|
Eric Liang
|
65c27c70cf
|
[rllib] Clean up agent resource configurations (#3296)
Closes #3284
|
2018-11-13 18:00:03 -08:00 |
|
Eric Liang
|
cd284bb487
|
[rllib] Document env compatibility, Ape-X support for multi-agent (#3147)
|
2018-10-31 21:59:34 -07:00 |
|
Eric Liang
|
a221f55b0d
|
[rllib] Add custom value functions, fix up and document multi-agent variable sharing (#3151)
|
2018-10-29 19:37:27 -07:00 |
|
Eric Liang
|
64053278aa
|
[tune] Support lambda functions in hyperparameters / tune rllib multiagent support (#2568)
* update
* func
* Update registry.py
* revert
|
2018-08-07 16:29:21 -07:00 |
|
Eric Liang
|
d01dc9e22d
|
[rllib] format with yapf (#2427)
* initial yapf
* manual fix yapf bugs
|
2018-07-19 15:30:36 -07:00 |
|
Eric Liang
|
8aa56c12e6
|
[rllib] Document "v2" APIs (#2316)
* re
* wip
* wip
* a3c working
* torch support
* pg works
* lint
* rm v2
* consumer id
* clean up pg
* clean up more
* fix python 2.7
* tf session management
* docs
* dqn wip
* fix compile
* dqn
* apex runs
* up
* impotrs
* ddpg
* quotes
* fix tests
* fix last r
* fix tests
* lint
* pass checkpoint restore
* kwar
* nits
* policy graph
* fix yapf
* com
* class
* pyt
* vectorization
* update
* test cpe
* unit test
* fix ddpg2
* changes
* wip
* args
* faster test
* common
* fix
* add alg option
* batch mode and policy serving
* multi serving test
* todo
* wip
* serving test
* doc async env
* num envs
* comments
* thread
* remove init hook
* update
* fix ppo
* comments1
* fix
* updates
* add jenkins tests
* fix
* fix pytorch
* fix
* fixes
* fix a3c policy
* fix squeeze
* fix trunc on apex
* fix squeezing for real
* update
* remove horizon test for now
* multiagent wip
* update
* fix race condition
* fix ma
* t
* doc
* st
* wip
* example
* wip
* working
* cartpole
* wip
* batch wip
* fix bug
* make other_batches None default
* working
* debug
* nit
* warn
* comments
* fix ppo
* fix obs filter
* update
* wip
* tf
* update
* fix
* cleanup
* cleanup
* spacing
* model
* fix
* dqn
* fix ddpg
* doc
* keep names
* update
* fix
* com
* docs
* clarify model outputs
* Update torch_policy_graph.py
* fix obs filter
* pass thru worker index
* fix
* rename
* vlad torch comments
* fix log action
* debug name
* fix lstm
* remove unused ddpg net
* remove conv net
* revert lstm
* wip
* wip
* cast
* wip
* works
* fix a3c
* works
* lstm util test
* doc
* clean up
* update
* fix lstm check
* move to end
* fix sphinx
* fix cmd
* remove bad doc
* envs
* vec
* doc prep
* models
* rl
* alg
* up
* clarify
* copy
* async sa
* fix
* comments
* fix a3c conf
* tune lstm
* fix reshape
* fix
* back to 16
* tuned a3c update
* update
* tuned
* optional
* merge
* wip
* fix up
* move pg class
* rename env
* wip
* update
* tip
* alg
* readme
* fix catalog
* readme
* doc
* context
* remove prep
* comma
* add env
* link to paper
* paper
* update
* rnn
* update
* wip
* clean up ev creation
* fix
* fix
* fix
* fix lint
* up
* no comma
* ma
* Update run_multi_node_tests.sh
* fix
* sphinx is stupid
* sphinx is stupid
* clarify torch graph
* no horizon
* fix config
* sb
* Update test_optimizers.py
|
2018-07-01 00:05:08 -07:00 |
|
Eric Liang
|
a9a26b7560
|
[rllib] Part 2 of multiagent support (#2286)
* wip
* cls
* re
* wip
* wip
* a3c working
* torch support
* pg works
* lint
* rm v2
* consumer id
* clean up pg
* clean up more
* fix python 2.7
* tf session management
* docs
* dqn wip
* fix compile
* dqn
* apex runs
* up
* impotrs
* ddpg
* quotes
* fix tests
* fix last r
* fix tests
* lint
* pass checkpoint restore
* kwar
* nits
* policy graph
* fix yapf
* com
* class
* pyt
* vectorization
* update
* test cpe
* unit test
* fix ddpg2
* changes
* wip
* args
* faster test
* common
* fix
* add alg option
* batch mode and policy serving
* multi serving test
* todo
* wip
* serving test
* doc async env
* num envs
* comments
* thread
* remove init hook
* update
* fix ppo
* comments1
* fix
* updates
* add jenkins tests
* fix
* fix pytorch
* fix
* fixes
* fix a3c policy
* fix squeeze
* fix trunc on apex
* fix squeezing for real
* update
* remove horizon test for now
* multiagent wip
* update
* fix race condition
* fix ma
* t
* doc
* st
* wip
* example
* wip
* working
* cartpole
* wip
* batch wip
* fix bug
* make other_batches None default
* working
* debug
* nit
* warn
* comments
* fix ppo
* fix obs filter
* update
* fix obs filter
* pass thru worker index
* fix
* fix log action
* debug name
* fix sphinx
|
2018-06-25 22:33:57 -07:00 |
|