We’re a group of technical consultants and makers of Reality as a Service.
Reality as a Service or RaaS is a platform we built for testing OpenAI Gym controllers on real robots. We built a fleet of pendulum robots that you can run your controller on for free.
If you already have a Pendulum-v0
controller, it’s this easy to try RaaS:
import gym
import gym_raas
env = gym.make('RaasPendulum-v0')
env.reset()
for _ in range(1000):
env.render()
env.step(<<YOUR CONTROLLER HERE>>)
env.close()
Head over to raas.perciplex.com to access reality. Check out the docs here.
Maximilian King | Declan Oller | Ben Wiener | Philip Zucker |
It’s a reference to a short story called Fader’s Waft by Jack Vance. The Perciplex is a MacGuffin chased by a group of selfish and mediocre wizards.
Feel free to send us an email at team@perciplex.com.
Hosted on GitHub Pages — Theme by orderedlist