You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tanks for the great work!
I'd like to konw if i want employe ppo_rnd on the new continuous env which is created by myself, what should i do?Do you have any suggests?
The text was updated successfully, but these errors were encountered:
You can create your own env class which implements the reset function and the step function.
The reset function must return initial state.
The step function must accept action & return observation, reward, done, info.
Then in line 374, change the code to call your env class
Tanks for the great work!
I'd like to konw if i want employe ppo_rnd on the new continuous env which is created by myself, what should i do?Do you have any suggests?
The text was updated successfully, but these errors were encountered: