rail-berkeley / rlkit

Collection of reinforcement learning algorithms
MIT License
2.43k stars 547 forks source link

About desired_goal, state_desired_goal #132

Closed BillHan-Fantast closed 3 years ago

BillHan-Fantast commented 3 years ago

I notice that in the environment's obs, there are {'desired_goal', 'state_desired_goal', ...} which have the same values. However, when setting the goal from presampled goals, only 'state_desired_goal' is altered. Is 'desired_goal' useless in the following computation in your code?