5 Commits

Author SHA1 Message Date
Bart Moyaers
ee9f25405e change spinkick model file name 2020-01-15 11:13:47 +01:00
Bart Moyaers
42d911c6c5 add semi walk args 2020-01-15 11:13:34 +01:00
Bart Moyaers
bb828b0212 update gitignore 2020-01-15 11:12:34 +01:00
Bart Moyaers
dfb3e36f9d Merge branch 'master' of github.com:erwincoumans/bullet3 into erwin_master 2019-08-14 11:52:37 +02:00
Erwin Coumans
c7fa8bfc58 bump up pybullet to version 2.5.4 2019-08-11 17:20:38 -07:00
4 changed files with 32 additions and 2 deletions

4
.gitignore vendored
View File

@@ -19,3 +19,7 @@ pip-selfcheck.json
/build /build
/dist /dist
*.eggs *.eggs
# Virtualenv
.venv/*
.gitignore

View File

@@ -23,4 +23,5 @@
#--output_path output #--output_path output
#--int_output_path output/intermediate #--int_output_path output/intermediate
--model_files output/spinkick_partial_run/agent0_model.ckpt --model_files output/spinkick_partial_run/spinkick_no_rot.ckpt
#--model_files output/spinkick_partial_run/agent0_model.ckpt

View File

@@ -0,0 +1,25 @@
--scene imitate
--num_update_substeps 10
--num_sim_substeps 2
--world_scale 4
--terrain_file data/terrain/plane.txt
--char_types general
--character_files data/characters/humanoid3d.txt
--enable_char_soft_contact false
--fall_contact_bodies 0 1 2 3 4 6 7 8 9 10 12 13 14
--char_ctrls ct_pd
--char_ctrl_files data/controllers/humanoid3d_ctrl.txt
--motion_file data/motions/humanoid3d_walk.txt
--sync_char_root_pos true
--sync_char_root_rot false
--agent_files data/agents/ct_agent_humanoid_ppo.txt
--train_agents false
#--output_path output
#--int_output_path output/intermediate
--model_files data/policies/humanoid3d/output/agent0_model.ckpt

View File

@@ -485,7 +485,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS:
setup( setup(
name='pybullet', name='pybullet',
version='2.5.3', version='2.5.4',
description= description=
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning', 'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
long_description= long_description=