openai / multi-agent-emergence-environments

Environment generation code for the paper "Emergent Tool Use From Multi-Agent Autocurricula"
MIT License
1.64k stars 307 forks source link

Fixed string vars being tuples #22

Open vonHartz opened 4 years ago

vonHartz commented 4 years ago

This pull request addresses issue #19 . String vars with a trailing comma are interpreted as tuples. Removing the commas fixes the problems.