openai / retro-contest

OpenAI Retro Contest
https://contest.openai.com/
MIT License
65 stars 50 forks source link

added remote-env arg #15

Closed drwaltman closed 6 years ago

drwaltman commented 6 years ago

Added parser argument --remote-env with alias -R when calling retro-contest run to allow for any docker image to be used for the remote container, instead of only openai/retro-env. The default remote image is still openai/retro-env.

I wanted to be able to create a dockerfile from openai/retro-env without having to tag over it in order to use retro-contest run.

endrift commented 6 years ago

Thanks!

drwaltman commented 6 years ago

@TheAggregator thanks for collaboration!