beyretb / AnimalAI-Olympics

Code repository for the Animal AI Olympics competition
Apache License 2.0
573 stars 84 forks source link

Tensorflow 2 compatability #97

Closed anjagjerpe closed 3 years ago

anjagjerpe commented 3 years ago

If I understood correctly, ML-agents supports TF2 usage (see https://github.com/Unity-Technologies/ml-agents/issues/1850 and https://github.com/Unity-Technologies/ml-agents/pull/2665), do you plan on updating as well?

mdcrosby commented 3 years ago

Please see the beta of the new version of AnimalAI that supports ml-agents 2.0 https://github.com/mdcrosby/animal-ai

It should be possible to use TF2 with either version, but we do not have plans to add specific documentation for this beyond how to use the environment as a general RL one.

anjagjerpe commented 3 years ago

Thank you!