Тёмный
Traversed
Traversed
Traversed
Подписаться
AI for GeoGuessr (google maps guessing), more soon to come!

Watch my previous videos where I develop an AI that can play GeoGuessr on it's own and in duels against humans.

Subscribe for more GeoGuessr AI content and future projects on other AIs playing games.
Комментарии
@mnmnm-ls6oo
@mnmnm-ls6oo 4 месяца назад
I can't find an extension in the webstore that I think you're using. I think it's private, so it would be helpful if you could make it public. Is it possible?
@TheGreenPig321
@TheGreenPig321 4 месяца назад
You should try Civ V
@g-wp5jl
@g-wp5jl 5 месяцев назад
What's the name of the extension kind you're using?
@TraversedTV
@TraversedTV 5 месяцев назад
It's a Google Chrome extension. Not public though. There are tutorials on how to make chrome extensions available from Google. With some Javascript experience it's not too difficult!
@g-wp5jl
@g-wp5jl 4 месяца назад
@@TraversedTVI was just wondering, is it possible to make the extension public?
@g-wp5jl
@g-wp5jl 3 месяца назад
@@TraversedTVI beg you. Answer please.
@AtTheLetterM
@AtTheLetterM 8 месяцев назад
Hey, can we upload images to try how well the AI does on our own images?
@goldendragon4891
@goldendragon4891 Год назад
Hey! Am in love with your work, you seriously are doing something phenomenal and am here to watch it! I couldn't help but ask, and sorry if you have already addressed this before but have you thought about taking this outside the game? As making it a website that provides a photo-to-location service? It'd be quite revolutionary and will be a hit with no doubt!
@LeoAr37
@LeoAr37 Год назад
1:43 a couple of months later this seems like dinasour technology, now we go straight to GPT
@roryclear357
@roryclear357 Год назад
I have an open source model and script released, I will be retraining it soon once I have access to more GPU memory. What are the average world scores of all of these models?
@TraversedTV
@TraversedTV Год назад
Hi Rory, my average world score is currently around 3700 (and median of 4190). and Stanford probably more like 4600
@roryclear357
@roryclear357 Год назад
​@@TraversedTV thanks and very impressive stuff, it's hard to gauge the performance from the small sample size in the youtube videos (have just discovered your videos on twitch)
@hamzein6831
@hamzein6831 Год назад
Maybe we can have more livestreams of AI playing and learning? From time to time, because there was nothing recently, it always nice seeing some activity.
@TraversedTV
@TraversedTV Год назад
Will do one later today 👍
@JuliusUnique
@JuliusUnique Год назад
my suggestion: Hearthstone Battlegrounds, it's not a civilization game though
@CatzHoek
@CatzHoek Год назад
Is there a way to watch this AI tournament back that apparently happened on the (last?) weekend? Surely there's a vod somewhere?
@TraversedTV
@TraversedTV Год назад
Should be on georainbolt‘s twitch account (this weekend) - AI played in round 4!
@CatzHoek
@CatzHoek Год назад
@@TraversedTV DANGGÖÖÖ :D
@CatzHoek
@CatzHoek Год назад
Nice. I literally JUST watched the rematch video on RBs channel 15 minutes ago.
@EpicVideos2
@EpicVideos2 Год назад
This would GREATLY benefit from attention layers. If you think about how RAINBOLT thinks, he only really cares about certain very specific features, the AI must do the same. I also recommend using a openAI's UNET architecture rather than the basic CNN architecture.
@machtmonk
@machtmonk Год назад
Very cool project! I hope i didn´t miss it in the video, what kind of hardware are you using to do your training on(CPU/GPU)?
@TraversedTV
@TraversedTV Год назад
Thanks Fabi! I'm used a GPU through the aws infrastructure. To reduce costs I switched to an own GPU now (rtx 3060)
@InsertYourself1
@InsertYourself1 Год назад
i fell asleep listening ngl
@jurekandrzejewski6671
@jurekandrzejewski6671 Год назад
Have you thought of making it open-source?
@einemailadressenbesitzerei8816
If you would include the vehicle that made the fotos you can guess the country pretty easy. Second step country specific features.
@einemailadressenbesitzerei8816
Do you share the source code on github or something similar? Did you also scraped the lng/lat data from the network request when downloading the corresponding panorama to the server or did you do it inside the chrome-extension and how?
@lmerry213
@lmerry213 Год назад
Any chance you'd be able to open source some of your code for this? I'm most interested in the frameworky bits for talking to Geoguessr programmatically so I can play with the model part myself. I spent a little bit of time playing with it tonight, took a different approach on the data collection and am trying to use Selenium rather than a browser plugin. I am struggling with getting the camera point of view to pan around so I can try to capture several points of view as you did. I have something working by having it press the arrow key a bunch of times, but it's slow. I suspect you might have been clicking on the compass needle, but in the newer geoguessr UI the compass at the top can't be interacted with. If that's the case, have you found a way to do this with the new UI? Either way, awesome project, thanks for sharing!
@c_s3378
@c_s3378 Год назад
I swear in 20 years all the aimbots and cheats are gonna be ran by ai
@elielaas1016
@elielaas1016 Год назад
Bist du deutsch?
@TraversedTV
@TraversedTV Год назад
Ja ;)
@elielaas1016
@elielaas1016 Год назад
Haha nice
@franziskusvonameln7946
@franziskusvonameln7946 Год назад
Wäre diese AI nicht perfekt, um Bilder ohne Metadaten zu tracken?
@chromatic4573
@chromatic4573 Год назад
Is this project open source? As a geoguessr fan and ML researcher, I would like to try improving upon this as a hobbyist project. Pretty sure that using semi-supervised learning would instantly yield significantly improved results given the currently very limited dataset.
@DoktorTaiko
@DoktorTaiko Год назад
Is the current network only based on the CNN? I'm always a big fan of combining the strengths of AI and classic methods. Can you also make a feature extraction and use that as input? This would be something like: we're driving on the left, so it can only be one of those countries. Sure, with enough data all of that can be learned, but maybe a few well selected features could cut down the amount of needed training data significantly. Nice job btw. :). This is my favorite GeoGuesser AI so far!
@Benw8888
@Benw8888 Год назад
You should apply a GAN (generative adversarial network) to your CNN to make it more consistent and robust. This helps it generalize better, and may improve consistency.
@Benw8888
@Benw8888 Год назад
Also I recommend increasing the width of your layers, even if you need to remove a layer or two at the end. A small layer can bottleneck the whole model.
@SamExplode
@SamExplode Год назад
I love this implementation - have you considered using the browser extension's JavaScript code to monitor/scrape the network traffic and download the panoramic image files when they are fetched by the browser? This could allow you to acquire the training data faster rather than by interacting with the screen and screenshotting? May also provide you with a cleaner, non-overlapping image. I also like the idea of classifying countries first as another commenter suggested. Great project, really enjoy seeing the improvement
@HungrysitesRu
@HungrysitesRu Год назад
This is the way
@supremezzzzzzz
@supremezzzzzzz Год назад
how would you do this exactly ?
@SamExplode
@SamExplode Год назад
@@supremezzzzzzz presumably by overloading the XHR request and whenever it's downloading an image that you need, save it locally either with the FileSystem API or by posting it to a local web server
@pm682
@pm682 3 месяца назад
That's a good idea but in the context of the game the idea is that both parties get to see "limited information" wouldn't that be considered unfair advantage when playing against a human if the ai gets to see the whole paranomic view but a human can only see by scrolling around? Would be cool to have both options available maybe
@MysteryPancake
@MysteryPancake Год назад
You can use the street view API to get screenshots much faster, and ensure they connect seamlessly with the FOV set to 90
@sebastianreyes8025
@sebastianreyes8025 Год назад
I had a similar thought. would be cool to see an update vid if he makes these changes.
@vanshkumar8802
@vanshkumar8802 Год назад
Personally, I would find it cool to see how the image recognition works and some of the features/patterns it uses to find the location. Nice work!
@langlitz
@langlitz Год назад
i am subscriber #420
@michaelwisniewski6047
@michaelwisniewski6047 Год назад
This is amazing. The first time I played Geoguessr about 2 years ago I thought "I wonder if someone has or will create AI for this and I wonder how". Then of course your AI play in the tournaments, etc. I actually first thought you used some brute force method of taking your program through every Google covered street in the world, reducing it for speed and then comparing the game image to your massive database. But that's because I'm no good at AI. I'm glad it works more like a human player works. Anyway, I really enjoyed seeing how you did this. I'm wondering what uses this might have outside the game. I first thought about geolocating for news networks (you know how CNN and others check if images sent to them were actually taken in the claimed location etc), then about military uses, then about police in crime investigations. Of course I understand pictures taken by phone will often not match those taken by Google's street view camera, but perhaps some version could move between sources of image. Anyway, I'm sure some other use can be found. Thank you for sharing your methods!
@RubyPiec
@RubyPiec Год назад
will it ever be possible to play against the bot? i'd really love to
@peorakef
@peorakef Год назад
pro tip: take another image looking downward. may need some more coding but i predict it will greatly and quickly increase accuracy. its thr most important clue in the game.
@valdemarh7147
@valdemarh7147 Год назад
This is so cool!
@RubyPiec
@RubyPiec Год назад
can you also make an AI trained on ADW and ACW?
@richko
@richko Год назад
Make the 2nd part possible of the AI vs PRO video! This is cool asf.
@TraversedTV
@TraversedTV Год назад
Very soon ;)
@CaridorcTergilti
@CaridorcTergilti Год назад
What about training from a pretrained model such as efficient net? finetune it on this data, then run it 5 times with square images and make an average on these predictions. Also, will you kindly share the dataset please?
@seeker296
@seeker296 Год назад
Very scary. A government could take a photo from your photo and instantly know your location within cell phone tower range... Thus even with your location service and data turned off, you could be found by police or military...
@tomaslopes8253
@tomaslopes8253 Год назад
This score with 3 America and 1 Japan seeds is scary
@lulin3331
@lulin3331 Год назад
Du klingst deutsch
@TraversedTV
@TraversedTV Год назад
Das stimmt 😄
@bkky9
@bkky9 Год назад
I'd be very interested to see a heat map of what parts of the image the AI extracts important features from. Maybe you could build it by blocking out areas of the image and see how it affects the prediction. (There's probably a better way to do that I haven't studied this since college) it would be dope if the AI discovered new meta that humans never found
@bungaIowbill
@bungaIowbill Год назад
Maybe there's some complication I'm not seeing, but would it not be easier to make it a regression problem in the coordinates rather than dividing the map into sections?
@DoktorTaiko
@DoktorTaiko Год назад
Being a big fan of regression, I'm thinking about that too, but I would assume that unless the model is really well trainined and already nails the region, the regression would be much less accurate. Take an example in which the model thinks of a place in the US and one in Europe, the regression model would probably end up somewhere in Iceland. Maybe a regression on the cluster of most certain guesses I'm the heat map might make sense, but it could already be doing that.
@lukesoderbloom2316
@lukesoderbloom2316 Год назад
You should probably have the AI play on a diverse world, as the default world map is highly skewed towards capital cities.
@Popguy
@Popguy Год назад
but there aren’t enough locations on adw so the ai would just know all the locations. i guess you could train it on 1 map and then play it on another map though, to see how it translates over
@flori4552
@flori4552 Год назад
Dumb question if I’m wrong, but are you by chance my marketing Professor? Supercool project - but can I ask, what’s its average score at the Moment?
@TraversedTV
@TraversedTV Год назад
Nope, I'm not a professor 😁! The average score is around 16.600 atm. But I didn't work on it for a while.
@ichheissedamian
@ichheissedamian Год назад
Gibt es Pläne auch andere Maps zum Training zu verwenden?
@DROGGELBECHERd
@DROGGELBECHERd Год назад
Very cool! What would be super interesting to see is where the AI looks in the images to make the guesses. Then we could maybe learn from the AI
@googlemapsspeedruns777
@googlemapsspeedruns777 Год назад
Gute Arbeit!
@TraversedTV
@TraversedTV Год назад
Danke!
@zerxioo
@zerxioo Год назад
is there a download?
@TraversedTV
@TraversedTV Год назад
Unfortunately not. I might do a few AI vs viewer duels on discord soon.
@zerxioo
@zerxioo Год назад
@@TraversedTV what program do you use to code the ai?
@TraversedTV
@TraversedTV Год назад
@@zerxioo A bit of Javascript for the brower plugin and python for the AI itself.
@dylancope
@dylancope Год назад
It would be really interesting to do some interpretability analysis of the network to see which features it is focusing on to make its guess. Could reveal tricks for human players to use!
@TraversedTV
@TraversedTV Год назад
Totally agree! I tried that but the results where very inconclusive... It's a bit tricky due to the relatively high image resolution. Will try again when I got time!
@mattemathias3242
@mattemathias3242 Год назад
Rainbolt getting a run for his money soon I can feel :)
@jakaahlin2676
@jakaahlin2676 Год назад
Does the plugin follow geoguessrs terms and services? Im asking because each time you create a new game an API call is made which costs money for the game.
@justinx384
@justinx384 Год назад
Ich hatte genau das gleich vor 😂😂😂