Python simulations (obs selection, reward functions etc.) - #276
Conversation
|
@kepricon @slinlee would be great if you could review. I had to rename the old package name to |
slinlee
left a comment
There was a problem hiding this comment.
This enables a lot of cool stuff and I like the changes to build in support for reward terms and obs selection.
This is a basic question, but how would an end-user get access to use Simulation interface?
And for now there's no built-in way to let a user use a trained policy with their python simulation, right? We're going to build that requests to policy server, yeah?
|
@slinlee the reason Also, you're right, we need to add glue code to make simulations work with policy server. Very good point! |
|
looks good to me. |
What level of integration are you planning for right now? I think the first priority will be to upload and train a simulation that includes observations and reward function already. Later we can add the UI for 'editing the reward function' |
|
yes, my plan is exactly the same with |
|
looks like we need to set I think ModelAnalyzer should check if the model is valid or not and what id the type of model. @maxpumperla |
No description provided.