AndrejGobeX / TrackMania_AI

Racing game AI
GNU General Public License v3.0
100 stars 11 forks source link

Questions on LIDAR ENV(obs vectors) #20

Open dryjins opened 7 months ago

dryjins commented 7 months ago

Hi. Thanks for sharing codes.

I am testing your codes and struggling to understand LIDAR ENV, "obs" vectors It seems ENV is not consistent. I notice that different values comes when I changes algorithms.

Is this intended?

AndrejGobeX commented 7 months ago

Algorithms as in SAC, PPO etc.? Should not matter, obs is returned by the env. Can you give me a bit of context?