Open ll7 opened 2 years ago
carla-test/carla_env.py
already has a first implementation of CarlaWalkerEnv, but I want to seperate this into a new file.
walker-env/carla_walker_env.py
has the new environment definition
It is currently impossible to get the maximum size of the map and the start position would be a static observation during each episode. Therefore, I propose we use the distance from spawn point as an observation. Distance as 2D or 3D vector with a sign.
Create a gym environment where the pedestrian is rewarded to walk longer distances.
Action space:
observation space
reward:
only based on the distance from the init position
expected issues: