Skip to content
Snippets Groups Projects
Commit 0545a3cc authored by tuhe's avatar tuhe
Browse files

Updates

parent 5e943cbe
No related branches found
No related tags found
No related merge requests found
# This file may not be shared/redistributed without permission. Please read copyright notice in the git repo. If this file contains other copyright notices disregard this text.
from irlc import Agent, train
from irlc.ex04.model_pendulum import GymSinCosPendulumEnvironment
if __name__ == "__main__":
env = GymSinCosPendulumEnvironment(Tmax=20, render_mode='human')
train(env, Agent(env), num_episodes=1)
env.close()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment