Diff of /.github/CHANGELOG.md [000000] .. [87e8bf]

Switch to unified view

a b/.github/CHANGELOG.md
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
## [2.4.0] - 2024-05-13
8
[FEATURE] Added 3CC-r Fatigue Model (#167). Thanks to @fl0fischer
9
[FEATURE] Update to MuJoCo 3.1.2 and dm-control 1.0.16 (2bddf8c)
10
[BUGFIX] Fixed Tutorial `2_Load_Policy.ipynb` (038457a)
11
12
## [2.3.0] - 2024-05-01
13
[FEATURE] Support for both Gym/Gymnasium (#142)
14
[FEATURE] Add support for TorchRL by @vmoens (5efdf93)
15
[FEATURE] Improve Inverse Dynamics tutorial (98daff2). Thanks to @andreh1111
16
17
## [2.2.0] - 2024-01-20
18
[FEATURE] Inverse dynamics tutorial. Thanks to @andreh1111 #121
19
[RELEASE] MyoArm and MyoLeg models (4c01023, cd9a25e)
20
[RELEASE] MyoChallenge'23 environments release (#128)
21
[BUGFIX] Fixed heightfield collisions for myoleg scenes #132
22
[BUGFIX] Fixed names of data keys from _int to _init in myodm by @andreh1111 in (#119)
23
24
## [1.3.0] - 2023-01-11
25
- Rebase and building on RoboHive v0.3
26
27
## [1.2.4] - 2022-11-12
28
- fix Baoding Ball environment for MyoChallenge Phase 1
29
30
## [1.2.3] - 2022-10-21
31
- update horizon for MyoChallenge Die Reorient task - Phase 2
32
33
## [1.2.2] - 2022-10-21
34
- update MyoChallenge Die Reorient task and Baoding Ball to Phase 2
35
36
## [1.2.1] - 2022-10-09
37
- update horizon for MyoChallenge Die Reorient task
38
- update tutorials
39
40
## [1.2.0] - 2022-08-13
41
- Rebase and building on RoboHive v0.2
42
- Adding the myochallenge envs
43
- Fundamental bugfixes on the RoboHive engine
44
- Bugfixes on myo environments as well
45
- Closes baselines are on RoboHive-v0.2
46
- Next planned baseline release will align when Robohive-v0.3dev moves to prerelease.
47
- Renaming the metrics for clarity and changed sign from `act_mag` to `effort` and `solved` to `score`
48
49
## [1.1.0] - 2022-08-12
50
- Upgrade to mj_env v0.2 experimental
51
- add Die Rotation and Baoding Ball task for MyoChallenge (https://sites.google.com/view/myochallenge)
52
53
## [1.0.1] - 2022-05-23
54
- First Release of MyoSuite.
55
- Basic Documentation