Skip to content
Discussion options

You must be logged in to vote

I understand better now. In SofaGym, when you create an agent in an environment, it will have its own policy, so if you create different envs each one will have a separate control policy. In your case, you want all the different envs with the different designs to share the same policy. I think it is possible to use SofaGym to do this but you will need to implement some stuff yourself, you will have to write your own env in a way to have the sampled designs as a parameter that changes for different instances of the env.

The paper you are referencing already has a public repo for their implementation, I think it might be useful to have a look at it first to get a better idea of how to imple…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hugtalbot
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants