zw199502 / RL_navigation

deep reinforcement learning for autonomous navigation
26 stars 6 forks source link

Missing folder 'model' while testing #3

Open taoxu19 opened 9 months ago

taoxu19 commented 9 months ago

Hello, I read your paper carefully and you did an excellent job. I noticed that a folder called 'model' is missing from this project and I'm hoping you can update it if that's convenient. Thank you very much and look forward to your reply.

zw199502 commented 9 months ago

Hello,

The 'model' fold saves the checkpoints, whose size is very big. When you train the model at first, you can make a directory 'model' to save these checkpoints.

On Tue, Dec 19, 2023 at 9:55 AM axutao @.***> wrote:

Hello, I read your paper carefully and you did an excellent job. I noticed that a folder called 'model' is missing from this project and I'm hoping you can update it if that's convenient. Thank you very much and look forward to your reply.

— Reply to this email directly, view it on GitHub https://github.com/zw199502/RL_navigation/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK6XM4LAQCPUMSGIMZGUQGDYKDXYXAVCNFSM6AAAAABA2NOEEKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DONZXG4YDANA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

zyw0319 commented 4 months ago

Hello, I read your article carefully, and reproduce your work, when I use DDPG and other algorithms to train, I also encounter the 'medol'fold missing error, since I am a novice, I don't know where the 'medol' directory should be created, can you give me some suggestions? Thank you very much and look forward to your reply. e721b79d-e3a2-4011-b8ed-f48fbd52fef5

zw199502 commented 4 months ago

Hello, I read your article carefully, and reproduce your work, when I use DDPG and other algorithms to train, I also encounter the 'medol'fold missing error, since I am a novice, I don't know where the 'medol' directory should be created, can you give me some suggestions? Thank you very much and look forward to your reply. e721b79d-e3a2-4011-b8ed-f48fbd52fef5

Please manually make a 'model' folder by yourself.