Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.12 KB

howto.rl.env.003.rst

File metadata and controls

39 lines (20 loc) · 1.12 KB

Howto RL-ENV-003: Run Agent with random action in Double Pendulum Environment

.. automodule:: mlpro.rl.examples.howto_rl_env_003_run_agent_with_random_actions_on_double_pendulum_environment


Prerequisites

Please install the following packages to run this examples properly:

Executable code

.. literalinclude:: ../../../../../../../../src/mlpro/rl/examples/howto_rl_env_003_run_agent_with_random_actions_on_double_pendulum_environment.py
        :language: python



Results

images/doublependulum_randomagent.gif

Running this howto shall generate visualizations for double endulum environment and the reward, resectively.

Cross Reference