Merge pull request #2103 from erwincoumans/master

PyBullet deep_mimic backflip re-using original DeepMimic policy from Jason Peng
This commit is contained in:
erwincoumans
2019-02-11 05:45:21 -08:00
committed by GitHub
30 changed files with 829 additions and 1290 deletions

View File

@@ -67,6 +67,11 @@ int getSpecialKeyFromVirtualKeycode(int virtualKeyCode)
switch (virtualKeyCode)
{
case VK_SPACE:
{
keycode = B3G_SPACE;
break;
}
case VK_RETURN:
{
keycode = B3G_RETURN;