Unity-Technologies / obstacle-tower-env

Obstacle Tower Environment
Apache License 2.0
540 stars 124 forks source link

[WIP] Using the registry #117

Closed vincentpierre closed 4 years ago

vincentpierre commented 4 years ago

This is how we could use the registry to auto-download the binaries of the Obstacle tower.

Note : The yaml links to old, incompatible binaries

vincentpierre commented 4 years ago

We can make the file_name an optional argument. And if it is none, then use the registry.

awjuliani commented 4 years ago

We can make the file_name an optional argument. And if it is none, then use the registry.

Sounds good. If you add that, I will approve the PR :-)

vincentpierre commented 4 years ago

Out of curiosity, is it possible to point mlagents-learn at the registry for training Obstacle Tower / other envs?

@harperj Not right now. But I don't think it would take much work to make it happen!