ray/ci
Sven f1b56fa5ee PG unify/cleanup tf vs torch and PG functionality test cases (tf + torch). (#6650)
* Unifying the code for PGTrainer/Policy wrt tf vs torch.
Adding loss function test cases for the PGAgent (confirm equivalence of tf and torch).

* Fix LINT line-len errors.

* Fix LINT errors.

* Fix `tf_pg_policy` imports (formerly: `pg_policy`).

* Rename tf_pg_... into pg_tf_... following <alg>_<framework>_... convention, where ...=policy/loss/agent/trainer.
Retire `PGAgent` class (use PGTrainer instead).

* - Move PG test into agents/pg/tests directory.
- All test cases will be located near the classes that are tested and
  then built into the Bazel/Travis test suite.

* Moved post_process_advantages into pg.py (from pg_tf_policy.py), b/c
the function is not a tf-specific one.

* Fix remaining import errors for agents/pg/...

* Fix circular dependency in pg imports.

* Add pg tests to Jenkins test suite.
2020-01-02 16:08:03 -08:00
..
jenkins_tests PG unify/cleanup tf vs torch and PG functionality test cases (tf + torch). (#6650) 2020-01-02 16:08:03 -08:00
long_running_tests Use 0.9.0.dev0 as the version tag (#6630) 2019-12-30 10:14:07 -08:00
performance_tests Remove public facing references to --redis-address. (#6631) 2019-12-31 13:21:53 -08:00
stress_tests Remove public facing references to --redis-address. (#6631) 2019-12-31 13:21:53 -08:00
travis Perform Bazel install directly in Windows CI (#6653) 2019-12-31 20:48:08 -08:00
keep_alive Set progress report interval for bazel explicitly (#6262) 2019-11-24 22:37:59 -08:00
suppress_output Enable direct calls by default (#6367) 2019-12-13 13:58:04 -08:00