README.rst 738 B

1234567891011121314151617181920
  1. RLlib Tests
  2. ===========
  3. This directory contains various RLlib release tests.
  4. You should run these tests with the `releaser <https://github.com/ray-project/releaser>`_ tool.
  5. Overview
  6. --------
  7. Currently, there are 3 RLlib tests:
  8. 1. ``learning_tests`` - Tests, whether major algos (tf+torch) can learn in Atari or PyBullet envs in ~30-60min.
  9. 1. ``stress_tests`` - Runs 4 IMPALA Atari jobs, each one using 1GPU and 128CPUs (needs autoscaling to succeed).
  10. 1. ``unit_gpu_tests`` - Tests, whether all of RLlib's example scripts can be run on a GPU.
  11. Generally the releaser tool will run all tests in parallel.
  12. Acceptance criteria
  13. -------------------
  14. These tests are considered passing when they throw no error at the end of the output log.