stanfordnmbl / osim-rl

Reinforcement learning environments with musculoskeletal models
http://osim-rl.stanford.edu/
MIT License
896 stars 249 forks source link

what does difficulty mean? #127

Closed TomorrowIsAnOtherDay closed 6 years ago

TomorrowIsAnOtherDay commented 6 years ago

In change_mode API description. difficulty is 2.

#Change model parameters. Your solution will be graded in the environment with difficulty = 2, prosthetic = True and model = 3D, 

but in augment description, difficulty is not used for other values except 0.

#difficulty - For the 3D model: 0 - go forward at 3 meters per second, (other values not used for now)

Is it correct to use 2 as difficulty in grade environment?

kidzik commented 6 years ago

The difficulty parameter is not used yet, it will be used in the second round. For now, each difficulty value gives the same environment.

TomorrowIsAnOtherDay commented 6 years ago

Thanks