1234567891011121314151617181920212223242526272829303132 |
- AgentNet
- ====================================
- AgentNet is a toolkit for Deep Reinforcement Learning agent design and training.
- .. image:: https://i.imgur.com/GPxolxb.gif
- User guide:
- .. toctree::
- :maxdepth: 2
- user/install
- user/whats_what
- user/demos
- API guide:
- .. toctree::
- :maxdepth: 2
- modules/client
- modules/runtime
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`modindex`
- * :ref:`search`
- .. _GitHub: https://github.com/learning-at-home/tesseract
|