Kyushik / Unity_ML_Agent

This repository is for Reinforcement Learning algorithms with Unity ML Agent
106 stars 22 forks source link

VehicleEnv_static / VehicleEnv_Dynamic #1

Open cincibratus opened 4 years ago

cincibratus commented 4 years ago

Could you please share the Unity scene for Vehicle environment static and dynamic? The environments for these are not compatible with the Unity_ML_Agent code. If we try to train using any of the RL_Algorithms, it exits the environment immediately.

Also, why was tensorflow model not exported after training? For the inference, it still using the python script in inference model.

Kyushik commented 4 years ago

Hi. Sorry for late reply. I think it is hard to share the Vehicle Environment Unity Scene, because it has some paid assets. I will update the environments and RL code in this week. Thank you

cincibratus commented 4 years ago

Please add unity environment scene with all the paid dependencies listed. Just like DRL based SelfDrivingCarControl.

On Sep 22, 2019, at 9:43 PM, Kyushik Min notifications@github.com wrote:

Hi. Sorry for late reply. I think it is hard to share the Vehicle Environment Unity Scene, because it has some paid assets. I will update the environments and RL code in this week. Thank you

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Kyushik commented 4 years ago

Okay! I will share it in the way you said. Also, I will update it to latest ML-agents version, so it seems to take a while. I will comment you when I finish it. I will try to finish it in one or two weeks. Thank you :)