toybox-rs / Toybox

The Machine Learning Toybox for testing the behavior of autonomous agents.
http://toybox.rs
27 stars 12 forks source link

Create a gym like environment #157

Open vfleon opened 4 years ago

vfleon commented 4 years ago

This may help to create a gym like environment.

import toybox import gym env = gym.make('AmidarToyboxNoFrameskip-v4')