erwincoumans

Results 20 issues of erwincoumans

For now, you can use this ~~~ go env -w GO111MODULE=auto ~~~ See also https://blog.golang.org/go116-module-changes

First of all, thanks for sharing all the information for this FOC ESC! I recommend anyone who is interested in this project to see VESC bldc in https://github.com/vedderb it uses...

The new open source https://github.com/jrouwe/JoltPhysics is faster than Bullet in various benchmarks. This PR allows to evaluate performance/quality of Jolt GJK/EPA versus Bullet's own default GJK/EPA. To use Jolt GJK/EPA...

The issue tracker was flooded with discussions instead of confirmed issues, so please have the discussions in the https://github.com/bulletphysics/bullet3/discussions or alternatively in the forums at https://pybullet.org

Nice project! bp.input_text('string', str, 256) should be bp.input_text('string', s, 256) ``` import bimpy as bp ctx = bp.Context() ctx.init(600, 600, "Hello") s = bp.String() f = bp.Float() while not ctx.should_close():...

Probably harmless but just in case: ``` Traceback (most recent call last): File "ppo_test.py", line 45, in testTrain self.assertGreater(metrics['eval/episode_reward'], 100 * 0.995) AssertionError: DeviceArray(97.05763, dtype=float32) not greater than 99.5 ```...

replace KukaCamBulletEnv-v0 by KukaDiverseObjectGrasping-v0 remove HumanoidDeepMimicBulletEnv-v1 for now (the changing curriculum/early termination required some non-standard Gym API, that was implemented in a custom PPO implementation, similar for our [motion_imitation](https://github.com/google-research/motion_imitation) using...

I'm getting errors after installing it, see below. Can you describe on what platform you develop and test lcp-physics, which versions of all relevant packages (Linux distro, mac, windows etc),...

Thanks for sharing this interesting project! Ubuntu, Python 3.5.4, Keras 2.2.4 running python3 python_model.py returns this error: ~~~~~~~~~~~ Traceback (most recent call last): File "python_model.py", line 22, in from keras2cpp...

Running ``` python runner.py --train --file rl_games/configs/brax/ppo_ant.yaml ``` trains so fast that step_time becomes 0.0 and then leads to a crash in two different places: ``` fps step: 1048568.0 fps...