dbonattoj
|
6c256c68b6
|
Added encoding in every python file
|
2019-09-26 10:53:31 +02:00 |
|
Brian Delhaisse
|
40f01cd6e8
|
update parsers/simulators + add simulator example
|
2019-09-10 10:23:36 +02:00 |
|
Brian Delhaisse
|
005523d177
|
update simulators and parsers + add small example for simulators
|
2019-09-06 09:55:29 +02:00 |
|
Brian Delhaisse
|
b1cfa487dc
|
few corrections
|
2019-08-24 03:43:39 +02:00 |
|
Brian Delhaisse
|
1beb9ec789
|
update envs
|
2019-08-22 13:06:46 +02:00 |
|
Brian Delhaisse
|
f5ed2b45ef
|
solving compatbility issues with baselines + update envs, rewards, terminal conditions, states/actions
|
2019-08-21 08:23:04 +02:00 |
|
Brian Delhaisse
|
9cc34b6508
|
update actions & plotting + add plotting examples
|
2019-07-23 02:37:46 +02:00 |
|
Brian Delhaisse
|
18b70f01db
|
update actions: add bounds and discrete values
|
2019-07-18 01:29:49 +02:00 |
|
Brian Delhaisse
|
6c9358b3ab
|
Add pendulum environment example (forgot in previous commit) + update READMEs
|
2019-07-17 02:44:03 +02:00 |
|
Brian Delhaisse
|
49fe33e662
|
add 2 examples in models
|
2019-07-15 02:07:33 +02:00 |
|
Brian Delhaisse
|
f6002d66fb
|
minor update in robot
|
2019-07-14 18:02:49 +02:00 |
|
Brian Delhaisse
|
60ce22f21e
|
add 2 examples: attach a gripper to a manipulator, and a manipulator to a quadruped
|
2019-07-14 01:42:31 +02:00 |
|
Brian Delhaisse
|
48ce4937b8
|
fix errors in examples when using Python 3
|
2019-07-02 22:46:44 +02:00 |
|
Brian Delhaisse
|
b61c612472
|
add 2 examples in states
|
2019-07-01 20:00:35 +02:00 |
|
Brian Delhaisse
|
62bae6117f
|
fix errors in examples when using Python 3
|
2019-07-01 19:08:31 +02:00 |
|
Brian Delhaisse
|
55e4d8323e
|
fix and update few minor functionalities
|
2019-06-29 02:58:03 +02:00 |
|
Brian Delhaisse
|
b9cf231ee9
|
add rewards examples
|
2019-06-29 02:44:20 +02:00 |
|
Brian Delhaisse
|
ef8ac14088
|
update ROS/BulletROS + add simulator examples
|
2019-06-24 19:06:48 +02:00 |
|
Brian Delhaisse
|
17bb7579c5
|
add spacemouse interface + example (+add haptic skeleton code)
|
2019-06-22 23:23:37 +02:00 |
|
Brian Delhaisse
|
1926238a64
|
update bridges and add bridge examples (speech/controller and robot)
|
2019-06-22 03:23:09 +02:00 |
|
Brian Delhaisse
|
7b876780fc
|
update interfaces and add interface examples (speech, openpose, asus xtion)
|
2019-06-22 00:02:33 +02:00 |
|
Brian Delhaisse
|
fb35ddd6dc
|
add dynamics examples
|
2019-06-21 20:33:20 +02:00 |
|
Brian Delhaisse
|
2598e973ab
|
started to add docs using sphinx for readthedocs (ongoing)
|
2019-06-21 03:30:03 +02:00 |
|
Brian Delhaisse
|
c356c062bb
|
update game controllers and keyboard interfaces + example with quadcopter and wheeled robot
|
2019-06-21 03:26:36 +02:00 |
|
Brian Delhaisse
|
f512d42d31
|
update interfaces, manipulability, robots, world (+add/update corresponding examples)
|
2019-06-20 01:13:46 +02:00 |
|
Brian Delhaisse
|
1f4764d923
|
add 2 examples with world camera + corresponding updates
|
2019-06-19 16:54:02 +02:00 |
|
Brian Delhaisse
|
687619037e
|
update world (add 'distribute' and 'return_body') + add 2 world examples
|
2019-06-19 01:48:21 +02:00 |
|
Brian Delhaisse
|
fd875096c4
|
add CoM (velocity and dynamic) manipulability tracking with balance examples (by L. Rozo and N. Jaquier)
|
2019-06-18 18:49:23 +02:00 |
|
Brian Delhaisse
|
1bcb395a5b
|
minor corrections in readme for examples
|
2019-06-18 15:39:53 +02:00 |
|
Brian Delhaisse
|
521b9d2677
|
add CoM manipulability tracking example + update robot for manipulability (by L. Rozo and N. Jaquier)
|
2019-06-18 15:32:46 +02:00 |
|
Brian Delhaisse
|
2b103a5465
|
fix bug with body states
|
2019-06-16 21:27:26 +02:00 |
|
Brian Delhaisse
|
710560e9a0
|
add forward/inverse kinematic examples
|
2019-06-16 20:18:47 +02:00 |
|
Brian Delhaisse
|
0cd4fc12ff
|
fix bug in states; the states were empty
|
2019-06-16 17:37:10 +02:00 |
|
Brian Delhaisse
|
25a55b2cab
|
add DMP example
|
2019-05-03 03:58:58 +02:00 |
|
Brian Delhaisse
|
8eac2c7bea
|
update robots + add shadow hand + units converter
|
2019-04-28 01:26:49 +02:00 |
|
Brian Delhaisse
|
782175419a
|
update/refactor states: add window and ticks
|
2019-04-26 04:38:58 +02:00 |
|
Brian Delhaisse
|
f44b1fe17c
|
update approx, models, simulators, and processors
|
2019-03-25 02:04:46 +01:00 |
|
Brian Delhaisse
|
05a7c51640
|
add states example
|
2019-03-23 14:50:48 +01:00 |
|
Brian Delhaisse
|
bd079c9cb7
|
major refactoring to be consistent with PEP8
|
2019-03-23 03:35:23 +01:00 |
|
Brian Delhaisse
|
fbff80e746
|
add webcam interface + imitation examples
|
2019-03-20 11:56:20 +01:00 |
|
Brian Delhaisse
|
b6f04d52cb
|
add robot examples + update installation steps
|
2019-03-19 18:58:27 +01:00 |
|
Brian Delhaisse
|
2d0cb38cfe
|
add simple examples
|
2019-03-16 02:56:59 +01:00 |
|