index.rst 488 B

1234567891011121314151617181920212223242526272829303132
  1. AgentNet
  2. ====================================
  3. AgentNet is a toolkit for Deep Reinforcement Learning agent design and training.
  4. .. image:: https://i.imgur.com/GPxolxb.gif
  5. User guide:
  6. .. toctree::
  7. :maxdepth: 2
  8. user/install
  9. user/whats_what
  10. user/demos
  11. API guide:
  12. .. toctree::
  13. :maxdepth: 2
  14. modules/client
  15. modules/runtime
  16. Indices and tables
  17. ==================
  18. * :ref:`genindex`
  19. * :ref:`modindex`
  20. * :ref:`search`
  21. .. _GitHub: https://github.com/learning-at-home/tesseract