xbpeng / DeepMimic

Motion imitation with deep reinforcement learning.
https://xbpeng.github.io/projects/DeepMimic/index.html
MIT License
2.27k stars 485 forks source link

Tensorflow version #164

Open karlengblom opened 2 years ago

karlengblom commented 2 years ago

Hello! Thanks for providing such a cool repo. Just a question about the version of Tensorflow to be used. In the requirements.txt file it's >=1.3.0, in the readme/front page it states 1.13.1. Which version is the correct one?

xbpeng commented 2 years ago

The one in requirement.txt >= 1.3.0 should be good. I think 1.13.1 should be fine too.

alan-man commented 2 years ago

Warning : for me at least, did not work with tensorflow2

xbpeng commented 2 years ago

Yes, the project probably doesn't work with tensorflow2. I'll update requirements.txt.

WilliamTambellini commented 2 years ago

@xbpeng would you consider/review a PR to upgrade to TF2 ?