geek-ai / MAgent

A Platform for Many-Agent Reinforcement Learning
MIT License
1.68k stars 332 forks source link

Could you give me "index.html" to play video ? #94

Open MetakingGGH opened 2 years ago

MetakingGGH commented 2 years ago

hello. I am a beginner in programming and currently studying deep reinforcement learning using MAgent. (https://github.com/geek-ai/MAgent/)

After doing the calculations, I got the two files named "config.json" and "video_1.txt".

*Since I cannot upload a file in 'json' format here, save the contents of the config.json file as txt and upload it.

config.txt

video_1.txt

video_2.txt

'MAagent' says that it can play video using these, but I don't know how to proceed.

It seems to serve an index.html file, but I can't find it.

175846443-638dd541-96c5-4433-ad47-f16ad2121fb7

If anyone knows how to play these, please let me know

Kipsora commented 2 years ago

As described in the guide you quote, you should be able to access the render inside build/render. The index.html is located here but the user is not supposed to access the html from there. The whole render library will be copied during the building stage, as described here. Have you successfully built MAgent?

MetakingGGH commented 2 years ago

Thanks for your kind advice. Now, because I went to the lab, I can't access the PC where the code was running. I'll check it out after work. Thanks again for your kind advice.