8 Haziran 2020 Pazartesi

Q LEARNING

import gym

env = gym.make("MountainCar-v0")
env.reset()

done = Falsewhile not done:
    action = 2  # always go right!    env.step(action)
    env.render()

Hiç yorum yok:

Yorum Gönder

Programming Logic Controllers (SPS)

  Variables for Lab 1,2 and 3               LAB1   Configuration PLC I utilized a PLC setup with 140 CPU 434 12A/U...