mihdalal / planseqlearn

[ICLR 2024] PyTorch Code for Plan-Seq-Learn: Language Model Guided RL for Solving Long Horizon Robotics Tasks
https://mihdalal.github.io/planseqlearn/
42 stars 4 forks source link

How can I get the evaluation results of the trained model? #8

Open albzni opened 1 month ago

albzni commented 1 month ago

Hi there! Thanks for publicizing such an awesome project!

I would like to ask how I can get the results of model evaluation similar to the results shown in the paper? Because it seems like only the training process is in the code right now.

mihdalal commented 1 month ago

Thanks! The training code also performs evaluation so you can just run the training script till convergence and it will log the success rate to wandb along with videos of the agent performance.