Trackmania AI using upcoming road information #37
Replies: 4 comments 18 replies
-
Hi! I have read your paper, congrats, this is cool work! I have a question: in Fig18 (Appendix) you show how your additional input works at a conceptual level, but in practice how do you process this? From this figure it looks like a 2D patch that you would feed to a CNN sort of thing? Thanks! Do you wish to upload your video on YouTube for the leaderboard, since the WT link will expire I suppose? (I can do it if you want) Do you think you could package your branch as a standalone library such that it works out-of-the-box? There is no setup.py atm (I can also probably do it if you want) (Also if you are going to present your paper, I spotted a couple typos in the Appendix) |
Beta Was this translation helpful? Give feedback.
-
I definitely want to try this out on my Gran Turismo work.
…On Wed, 22 Feb 2023, 17:34 Yann Bouteiller, ***@***.***> wrote:
So you get a set of 2 * 15 = 30 car-centric 2D coordinates, right? This, I
understand from figure 18. Then, do you flatten these coordinates into a
vector of 2 * 15 * 2 = 60 numbers, append this vector to the LIDAR
observation, and feed this to the default MultiLayer Perceptron used by
tmrl for LIDARs?
If you cloned the tmrl repo, your local version of the repo should
already be almost packaged as a standalone library. That would just be a
matter of modding setup.py such that it uses your files instead of the
content of resources.zip
Unless instead of cloning the repo locally you installed it from pypi and
modded it directly in your site-packages folder, which is not how pip is
supposed to work 😅
—
Reply to this email directly, view it on GitHub
<#37 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKWRWURJLFJS26E7PAIRUTWYY5YTANCNFSM6AAAAAAVDHX2M4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Your submission has been evaluated on 10 runs, its mean performance was 38.737 with a standard deviation of 0.398 :) Here are the replays It might be slightly under-evaluated because I got about 2-3 of these yet unexplained timestep timeouts of ~0.25s per run... Updating the leaderboard shortly |
Beta Was this translation helpful? Give feedback.
-
I kinda feel like the training time should be stated? Or is there a reason for this? @yannbouteiller |
Beta Was this translation helpful? Give feedback.
-
Hi,
This is a project where an AI was trained on information about the track ahead.
The first link has the files needed to test the AI yourself.
The second is a paper that gives more information about the thought behind this AI.
Trackmap tmrl files.zip
Paper.pdf
And here a video of the AI driving the tmrl-test track
https://youtu.be/SSabAy9nDeU
And finally here is the repository:
https://github.com/LaurensNeinders/tmrl-trackmap
Beta Was this translation helpful? Give feedback.
All reactions