Various minor bug fixes
Minor release mainly fixing bugs introduced recently.
New features
- [core] Add 'orientation' parameter 'randomTileGround' generator.
Improvements
- [gym/common] Render ground profile automatically during 'play_interactive'.
Patches and bug fixes
- [core/python] Fix python bindings of 'resetRandomGenerators' method.
- [core/python] Fix assert in debug.
- [python/simulation] Fix 'seed' method not resetting the generator if the seed does not change.
- [python/viewer] Close panda3d viewer cleanly.
- [gym/rllib] Fix PPO for 'enable_adversarial_noise' = False and 'caps_global_reg' == 0.0.
Miscellaneous
- [misc] Build wheels for manylinux2014 instead of manylinux2010 because of 'dm-tree'.
- [misc] Build in Release and Debug on Ubuntu CI.