Fabian
|
2e6094982e
|
readme udpated
|
2022-07-13 16:52:24 +02:00 |
|
Onur
|
f70f3eeb9a
|
adjust register for BP
|
2022-07-13 16:16:07 +02:00 |
|
Fabian
|
c96802564e
|
beerpong.py done flag fixed
|
2022-07-13 16:01:48 +02:00 |
|
Fabian
|
8d1c1b44bf
|
renaming to fancy_gym
|
2022-07-13 15:10:43 +02:00 |
|
Philipp Becker
|
d412fb229c
|
Merge pull request #38 from ALRhub/remove_mujoco
Replace mujoco_py bindings with new pybind11-based bindings
|
2022-07-13 13:52:18 +02:00 |
|
philipp
|
53bbe34b5d
|
removed mujoco-py from install_requires
|
2022-07-13 13:47:58 +02:00 |
|
philipp
|
26cc1136f6
|
added todo for contact detection in beer pong
|
2022-07-13 13:34:28 +02:00 |
|
philipp
|
b04e7c1dcd
|
removed dependency on mujoco-py
|
2022-07-13 13:28:39 +02:00 |
|
Onur
|
c2ffe2721c
|
working pd gain tuning example
|
2022-07-13 11:10:25 +02:00 |
|
Onur
|
ce00996782
|
remove minor attributes from BP
|
2022-07-13 09:52:51 +02:00 |
|
Onur
|
14ee580473
|
clean up example files
|
2022-07-12 17:24:12 +02:00 |
|
Philipp Becker
|
2fbf42167f
|
Merge pull request #37 from ALRhub/clean_api
Clean api
|
2022-07-12 17:06:58 +02:00 |
|
Fabian
|
d64cb614fa
|
fixed seeding and tests
|
2022-07-12 15:43:46 +02:00 |
|
Fabian
|
0339361656
|
renameing alr module and updating tests
|
2022-07-12 15:17:02 +02:00 |
|
Fabian
|
79c26681c9
|
examples updated
|
2022-07-12 14:33:20 +02:00 |
|
Fabian
|
993df10fad
|
hopper throw seeding fixed
|
2022-07-12 14:18:01 +02:00 |
|
Fabian
|
5d4fc4d52f
|
ant jump seeding fix
|
2022-07-12 14:16:20 +02:00 |
|
Onur
|
77976aef21
|
fix time aware observation wrapper issue and add try catch for rendering dmc
|
2022-07-12 11:37:52 +02:00 |
|
Onur
|
da49d1b7f7
|
Merge remote-tracking branch 'origin/clean_api' into clean_api
|
2022-07-12 10:37:54 +02:00 |
|
Onur
|
b3713a82a4
|
disable pygame rendering for dmc. This somehow collides with the render function from dmc's physic engine
|
2022-07-12 10:37:40 +02:00 |
|
Fabian
|
8dba7f199b
|
timeaware wrapper
|
2022-07-12 10:06:38 +02:00 |
|
Fabian
|
123915e4fa
|
naming convention and running tests
|
2022-07-11 16:42:56 +02:00 |
|
Fabian
|
ade83b5ae6
|
naming convention and running tests
|
2022-07-11 16:18:18 +02:00 |
|
Onur
|
786da2290d
|
prepared kwargs for registering dmc environments. Need to be checked and replaced
|
2022-07-07 11:36:58 +02:00 |
|
Onur
|
78edfb8da7
|
fix hopper jump reward bug
|
2022-07-07 10:55:36 +02:00 |
|
Fabian
|
fc00cf8a87
|
bugfixes
|
2022-07-07 10:47:04 +02:00 |
|
Onur
|
4a3134d7be
|
clean up open_ai envs
|
2022-07-06 17:12:38 +02:00 |
|
Onur
|
2706af0b77
|
refactored meshes, cleaned up init -- now with DMP --
|
2022-07-06 11:29:04 +02:00 |
|
Fabian
|
78d48c4300
|
mp wrappers added
|
2022-07-06 09:19:21 +02:00 |
|
Fabian
|
9b2c330ebf
|
mp wrapper beer pong
|
2022-07-06 09:18:41 +02:00 |
|
Fabian
|
3a989e179b
|
remove two table tennis and Ball in cup envs
|
2022-07-06 09:10:31 +02:00 |
|
Fabian
|
6704c9d63a
|
mp wrapper fixes
|
2022-07-06 09:05:35 +02:00 |
|
Onur
|
eddef33d9a
|
remove reward_function attribute from Beerpong env
|
2022-07-05 13:15:43 +02:00 |
|
Onur
|
38f301dffb
|
remove reward_function attribute from Beerpong env
|
2022-07-05 13:12:47 +02:00 |
|
Onur
|
69de4286b3
|
beerpong only one file
|
2022-07-05 10:12:01 +02:00 |
|
Onur
|
4dc33b0e97
|
slim down beerpong constructor further. Not sure, if we should merge the reward into the environment class.
|
2022-07-04 19:14:31 +02:00 |
|
Onur
|
d80df03145
|
minor changes at beerpong during call with Fabian
|
2022-07-04 11:29:51 +02:00 |
|
Onur
|
2161cfd3a6
|
Fix bugs to create mp environments. Still conflicts with mp_pytorch_lib
|
2022-07-01 11:42:42 +02:00 |
|
Onur
|
d4e3b957a9
|
finish up beerpong, walker2d and ant needs more extensions, fix import bugs.
|
2022-07-01 09:54:42 +02:00 |
|
Onur
|
4437ab9577
|
change accessing body position in beerpong.py
|
2022-06-30 18:17:02 +02:00 |
|
Onur
|
a7051cd8b7
|
mainly tidied up beerpong.py and beerpong_reward_staged.py
|
2022-06-30 17:55:00 +02:00 |
|
Fabian
|
fea2ae7d11
|
current state
|
2022-06-30 17:33:05 +02:00 |
|
Onur
|
60bdeef687
|
Merge remote-tracking branch 'origin/clean_api' into clean_api
# Conflicts:
# alr_envs/alr/mujoco/reacher/__init__.py
|
2022-06-30 14:56:06 +02:00 |
|
Onur
|
f31d85451f
|
adjust env registries in __init__
|
2022-06-30 14:55:34 +02:00 |
|
Fabian
|
c3a8352c63
|
call on superclass for obs wrapper
|
2022-06-30 14:20:52 +02:00 |
|
Fabian
|
3273f455c5
|
wrappers updated
|
2022-06-30 14:08:54 +02:00 |
|
Fabian
|
fb4b857fb5
|
Merge remote-tracking branch 'origin/clean_api' into clean_api
|
2022-06-29 16:30:51 +02:00 |
|
Fabian
|
b200cf4b69
|
sequencing and replanning
|
2022-06-29 16:30:36 +02:00 |
|
Fabian
|
9b48fc9d48
|
todos
|
2022-06-29 12:25:40 +02:00 |
|
Onur
|
a042f9f671
|
fix dict copy issue
|
2022-06-29 11:55:40 +02:00 |
|