duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
45 stars 16 forks source link

How to test my own RL algorithm in dukcietown with the graphics. #194

Closed zhaoworking closed 4 years ago

zhaoworking commented 4 years ago

I have suceessfully passed the Test "./manual_control.py --env-name Duckietown-udem1-v0". But I wanna test my own RL algorithm. So can u tell me how to do that? Should i creat a file first? and run it in the simulator. And how should i make a virtual display in which i can observe how the car runs.In other words, i wanna test my RL algorithm wit the graphics in the duckuietown.

zhaoworking commented 4 years ago

please help me , i get stuck in it.

liampaull commented 4 years ago

Hi - can you take at look at the AIDO RL baseline. The vanilla RL one with DDPG is here, and there's a new residual policy learning baseline (beta) here. Let us know if those are useful.

zhaoworking commented 4 years ago

Hi - can you take at look at the AIDO RL baseline. The vanilla RL one with DDPG is here, and there's a new residual policy learning baseline (beta) here. Let us know if those are useful.

thank u, but why can't i see my simulator when i am testing my RL with DDPG. How do i display my simulator when i test it.

zhaoworking commented 4 years ago

Hi - can you take at look at the AIDO RL baseline. The vanilla RL one with DDPG is here, and there's a new residual policy learning baseline (beta) here. Let us know if those are useful.

I have found the file called 'manual_control.py', and i can see the simulator and map when i was testing .but when i test the initial file 'train_reinforcement.py' , i can't see that.