Closed hdadong closed 1 week ago
I added rendering instructions to the simulation readme.
How to save the world model in the training? And evaluate the world model and policy after training?
When you say "evaluate the world model", do you mean how to generate Figure 5 (right)?
Since my goal is to train a humanoid robot, direct training in the real world is not feasible. One approach with SSRL is to pretrain the world model and policy in simulation, then continue training in the real world. If you have any code available for testing the world model and policy after simulation training, that would be very helpful.
I see. I can throw together something to eval and render a saved policy. Reopening...
Thanks. Sorry to confuse, when I say "evaluate the world model", I mean evaluate the torque estimator network.
Right. So for evaluating the torque estimator network, are you referring to comparing torque outputs from the network against actual torque values from the simulator?
Yeah!
@jake-levy I ran your go1_render.py, but I found the following bug:
Then I modified go1_render.py, the code is as follows:
But still error:
Could you please provide the complete testing and rendering code? I believe this will encourage people to follow your awesome work.