duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
52 stars 19 forks source link

Fixes int conversion for MAX STEPS #93

Closed manfreddiaz closed 5 years ago

manfreddiaz commented 5 years ago

If we call the launcher with DUCKIETOWN_MAX_STEPS as a subprocess, the values that come from the environment can only be strings. We need to convert the value that comes from int to string.