import gym env = gym.make("MountainCar-v0") env.reset() done = Falsewhile not done: action = 2 # always go right! env.step(action) env.render()
Kaydol:
Kayıt Yorumları (Atom)
Autonomous Drone Project (On going...)
In thıs project I planned to learn Drone technology and increasıng my Autonomous programming skills. I will work with Pixhawk's Library,...
-
Udemy Problems Solve Exercise-1 Quiz: Average Electricity Bill It's time to try a calculation in Python! My electricity bil...
Hiç yorum yok:
Yorum Gönder