Driving_simulator_for_RL_IL icon indicating copy to clipboard operation
Driving_simulator_for_RL_IL copied to clipboard

A driving simulator built specifically for reinforcement learning/imitation learning. The scenario generator is based on highway-env, and 3-D animation is based on Carla

Results 4 Driving_simulator_for_RL_IL issues
Sort by recently updated
recently updated
newest added

Dear, what is your Python version? I've tested from Python 3.6 to Python 3.8, which carla0.9.13 is able to be installed. But unfortunately none of the Python environments from 3.6...

The whole error is as follows: ``` (carlarl) alex@fst-computer:~/Documents/222/Driving_simulator_for_RL_IL$ pip install tensorflow==1.14.0 ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0,...

env.seed()不起作用

When I run the code below, there is an error and it cannot load town03 or other maps customized_highway_env/envs/common/carla_utils.py ``` def set_up_carla(self): self.client = carla.Client('localhost', 2000) self.client.set_timeout(2.0) self.world = self.client.load_world('zz2')...