Skip to content
Snippets Groups Projects
pid_pendulum_TODO_3.py 86 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
        agent = PIDPendulumAgent(env, dt=env.dt, Kp=12, Ki=2, Kd=2, target_angle=np.pi/6)