Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 285 Bytes

custom_robot_env.rst

File metadata and controls

7 lines (5 loc) · 285 Bytes

Custom Robot enviroment

Template for a custom robot enviroment. The CustomRobotEnv must the first class to be filled, as the CustomTaskEnv will inherit this class.

.. literalinclude:: /../src/frobs_rl/templates/CustomRobotEnv.py
    :language: python