|
a |
|
b/CHANGELOG.md |
|
|
1 |
# osim-rl |
|
|
2 |
|
|
|
3 |
Install the most recent version with |
|
|
4 |
```bash |
|
|
5 |
pip install git+https://github.com/stanfordnmbl/osim-rl.git -U |
|
|
6 |
``` |
|
|
7 |
in the conda environment with OpenSim. |
|
|
8 |
|
|
|
9 |
## [2.1.0] - 2018-08-27 |
|
|
10 |
- `equilibrateMuscles` called in the first step (https://github.com/stanfordnmbl/osim-rl/issues/133) |
|
|
11 |
- Added the new reward function (round 2) |
|
|
12 |
- `timestap_limit` for the second round is 1000 |
|
|
13 |
- Fixed the `set_state` (https://github.com/stanfordnmbl/osim-rl/issues/125) |
|
|
14 |
- `difficulty` added to the environment (https://github.com/stanfordnmbl/osim-rl/issues/127). `1` for the second round and `0` for the first round |
|
|
15 |
- `seed` added to the environment (https://github.com/stanfordnmbl/osim-rl/issues/158) |