zfw1226 / gym-unrealcv

Unreal environments for reinforcement learning
Apache License 2.0
367 stars 70 forks source link

What will 2D environments output #25

Closed VickyCas closed 2 years ago

VickyCas commented 2 years ago

Hi, Doctor Zhong! I want to try AD-VAT in 2D environment for active object tracking, but I don't know what will it outputs. When i run it, i find that tensorboard is Ok, but the pictures i could not find. What can i find these pictures?

kindly regards

zfw1226 commented 2 years ago

Just add --render behind your execution commands. Note that the framerate will drop when rendering the graphics.

VickyCas commented 2 years ago

Thank you for your advice!