dimikout3 / MarsExplorer

59 stars 6 forks source link

Missing Image #4

Closed 010JIN closed 2 years ago

010JIN commented 2 years ago

HI: when I set all the environments well, and run the test.py, there is an error.

截屏2022-09-03 12 38 41

Can u help me to work it out? Much thanks.

dimikout3 commented 2 years ago

Hi! Please check if the relevant file is in the corresponding directory.

010JIN commented 2 years ago

Hi, really thanks for replying to me so soon. I check the directory and replace it with an absolute path, but it still shows a keyerror.

截屏2022-09-04 10 40 58

Can you help me to figure it out? btw: I am a college student who wants to implement your MarsExplorer environment and try something new(like chage the reward function or add some dynamic obstructions or change the RL algorithm for example using PPO+AGE/DQN+DDPG), I will really appreciate it with your generous help . You can feel free to contact me on whats app(+44 07536134585) or email me(j.lin26@lancaster.ac.uk), thanks again !!!:)

dimikout3 commented 2 years ago

Glad to see people working on our project! I would like to be as helpful as possible. The error that you might encounter is related to the file on your absolute path, you should have something like "img.png" or "img.jpg" (depending on the file format of the image) not simple "img".

010JIN commented 2 years ago
截屏2022-09-05 15 01 50

Thank you! It has already can be run by the test.py