Join our meetup, learn, connect, share, and get to know your Toronto AI community.
Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.
Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.
While trying out reinforcement learning I built some custom ball & beam environments since I was already familiar with it from control theory labs. I built it as a first order system where the angle of the beam is under full control (did not want to spend time simulating a motor). So it can be baselined by using a simple PID controller.
https://github.com/simon-larsson/ballbeam-gym
There are currently environments for three objectives:
The environments have two different state spaces. The agent can either use key-variables (position, velocity, angle) or the images from the visualization as state space.
Hope someone else wants to try it! 🙂
submitted by /u/lilsmacky
[link] [comments]