Closed keizer7 closed 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:
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.
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