ray/test
eugenevinitsky 37076a9ff8 Multiagent model using concatenated observations (#1416)
* working multi action distribution and multiagent model

* currently working but the splits arent done in the right place

* added shared models

* added categorical support and mountain car example

* now compatible with generalized advantage estimation

* working multiagent code with discrete and continuous example

* moved reshaper to utils

* code review changes made, ppo action placeholder moved to model catalog, all multiagent code moved out of fcnet

* added examples in

* added PEP8 compliance

* examples are mostly pep8 compliant

* removed all flake errors

* added examples to jenkins tests

* fixed custom options bug

* added lines to let docker file find multiagent tests

* shortened example run length

* corrected nits

* fixed flake errors
2018-01-18 19:51:31 -08:00
..
jenkins_tests Multiagent model using concatenated observations (#1416) 2018-01-18 19:51:31 -08:00
travis-ci Migrate repositories to ray-project. (#438) 2016-09-17 00:52:05 -07:00
actor_test.py Allow actor methods to return multiple object IDs. (#1296) 2017-12-09 10:37:57 -08:00
array_test.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
autoscaler_test.py fix autoscaler test (#1411) 2018-01-10 13:18:34 -08:00
component_failures_test.py Local scheduler sends a null heartbeat to global scheduler (#962) 2017-09-12 10:45:21 -07:00
cython_test.py Add basic functionality for Cython functions and actors (#1193) 2017-11-09 17:49:06 -08:00
dataframe.py Adding all DataFrame methods with NotImplementedErrors (#1403) 2018-01-07 12:00:16 -08:00
failure_test.py Give error if a worker has a version mismatch for Python Ray, or clou… (#1245) 2017-11-23 23:31:03 -08:00
microbenchmarks.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
monitor_test.py Make Monitor remove dead Redis entries from exiting drivers. (#994) 2017-09-26 00:11:38 -07:00
multi_node_test.py Allow scheduling with arbitrary user-defined resource labels. (#1236) 2017-12-01 11:41:40 -08:00
recursion_test.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
runtest.py Register Common.error with local scheduler extension module. (#1316) 2017-12-13 11:55:54 -08:00
stress_tests.py Fixing Lint after flake upgrade (#1162) 2017-10-26 21:02:07 -05:00
tensorflow_test.py Switch Python indentation from 2 spaces to 4 spaces. (#726) 2017-07-13 21:53:57 +00:00
trial_runner_test.py [tune][minor] Fixes (#1383) 2018-01-11 18:14:20 -08:00
trial_scheduler_test.py [tune] Support user-defined trainable functions / classes / envs with a shared object registry (#1226) 2017-11-20 17:52:43 -08:00