nicklashansen / tdmpc2

Code for "TD-MPC2: Scalable, Robust World Models for Continuous Control"
https://www.tdmpc2.com
MIT License
272 stars 49 forks source link

Is it possible to open a rendered window to see the training process? #33

Open FaizalKarim280280 opened 2 weeks ago

FaizalKarim280280 commented 2 weeks ago

Hello, I wanted to know if we can have a window to monitor the training process? Currently, I am saving videos during evaluations, but it slows down experimentation since I need to get the videos from remote server to local. Moreover, shouldn't env.render('human') automatically open up a window?

Thanks!

nicklashansen commented 2 weeks ago

We don't have support for window rendering at the moment, although I believe that most (if not all) of the environments that we consider support that. I don't have a setup where I could easily test this though. Perhaps you can check the documentation and/or source code for the specific third-party environment that you would like to render?