zfw1226 / gym-unrealcv

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

The gui is so small #36

Closed wenjie-2000 closed 10 months ago

wenjie-2000 commented 11 months ago

Hi, I wanna ask why the gui is so small? Do I need to install UE4 from ubuntu20?

image
wukui-muc commented 11 months ago

Hi, the default resolution setting is 240x240, if you want a bigger size, you need to change the configuration manually. https://github.com/zfw1226/gym-unrealcv/blob/110150b97c923377f46f401e30b25dc513d58340/gym_unrealcv/envs/unrealcv_tracking_general.py#L31C1-L31C39

wenjie-2000 commented 11 months ago

Thank you! That's really help me~