hanruihua / rl_rvo_nav

The source code of the [RA-L] paper "Reinforcement Learned Distributed Multi-Robot Navigation with Reciprocal Velocity Obstacle Shaped Rewards"
MIT License
183 stars 32 forks source link

Accidental argument #14

Closed keizer7 closed 1 year ago

keizer7 commented 1 year ago

Hello author, may I ask that TypeError occurs when I run train_process for the first time: make() got an unexpected keyword argument 'world_name', of course, the following parameters are also redundant, I am a novice, hope the author can help point out

keizer7 commented 1 year ago

Then I got ImportError: this platform is not supported: ('failed to acquire X connection: Bad display name ""', DisplayNameError('')) Try one of the following resolutions:

hanruihua commented 1 year ago

Hi,

For the first poroblem, it may be caused by the version of gym, please try to install the older version.

For the second problem, the most likely cause is the package pynput. you can reinstall or test this package Individually, or comment out the import code, which does not influences the functionality of the project.