carla-rl icon indicating copy to clipboard operation
carla-rl copied to clipboard

Reinforcement Learning Agents Trained in the CARLA Simulator

Results 5 carla-rl issues
Sort by recently updated
recently updated
newest added

Hi if I run observation_space, action_space = self.remotes[0].recv() Then, /home/cecilia/anaconda3/envs/ros/lib/python3.8/site-packages/gym/logger.py:30: UserWarning: WARN: Box bound precision lowered by casting to float32 warnings.warn(colorize('%s: %s'%('WARN', msg % args), 'yellow')) Trying to make client...

Dear Mr.Segal, I will appreciate it, if you can forward me with any contact details for you. You can email me on: [email protected] Thanks.

Hi, I followed the instructions in the README but with the carla server running, when try to run a client I get the following error: :/app# python client/train.py --config client/config/a2c.yaml...

How to implement muti-branches CIRL DDPG in papaer "CIRL: Controllable Imitative Reinforcement Learning for Vision-based Self-driving"?

I am training carla with a2c, with only one process, with cpu it runs but I see quite often : Episodes 312, Updates 3911, num timesteps 78220, FPS 12.578678451185294 Collision...