decisionforce / CoPO

[NeurIPS 2021] Official implementation of paper "Learning to Simulate Self-driven Particles System with Coordinated Policy Optimization".
Apache License 2.0
117 stars 20 forks source link

Running on a remote server? #18

Closed 6Lackiu closed 2 years ago

6Lackiu commented 2 years ago

Hello, I want to run the visualization program python vis.py on a remote server, but the following problem occurs. image Can the visualization program be started on a remote server?

pengzhenghao commented 2 years ago

Sorry for late reply, I misconfigure my email setting.

I think running the Pygame renderer in remote server should be OK. But native MetaDrive renderer will cause some errors.

I saw you closed the issue, anything I can help you at this times step? Thanks!

6Lackiu commented 2 years ago

Sorry for late reply, I misconfigure my email setting.

I think running the Pygame renderer in remote server should be OK. But native MetaDrive renderer will cause some errors.

I saw you closed the issue, anything I can help you at this times step? Thanks!

It's been fine, thanks! I have successfully run CoPO on my local machine, great project!