xbpeng / DeepMimic

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

Add override where possible #122

Closed donnyward closed 4 years ago

donnyward commented 4 years ago

This PR adds override specifiers everywhere that they should be.

clang++ found these for me by specifying -Winconsistent-missing-override

xbpeng commented 4 years ago

Thanks a lot for fixing those!