Show HN: Text to 3D simulation on a map (does history pretty well)
As historian Benjamin Breen mentions, the leading language models are good historians, so the application will simulate historical events pretty well also.
I include a Multi-Agent RL Urban Mobility model in progress displayed on the map as small white cubes representing traffic and pedestrians. Around SF, it uses real census data and other sources for semantically meaningful day plans, etc. It will populate where you move the map, albeit a little slowly. This is based on previous work on my GitHub--I hope to connect it to Unreal's city samples project soon.
The simulations are pretty simple so far but will grow in complexity soon.
I won the AGI House World Models Hackathon with this and the MARL model.
Many thanks to Shota Matsuda and Garrett Johnson for the cloud and atmospheric effects libraries on Github at takram-design-engineering/three-geospatial
Glad for feedback, and thanks for trying it out!
https://tile.googleapis.com/v1/3dtiles/root.json?key=AIzaSyB...
May want to confirm the map renderer is making its requests using the URL with both the session and API key instead of only the API key. If your API requests are base key only, every refresh client-side might be unexpectedly consuming one of your root quota units, rather than each user getting a session of unlimited tile loads for 3 hours. If you're seeing network traffic in the console from your renderer out to the API without the session token in the query string along with the API token, or if you see the session token is totally different after refreshing, that might be a sign of something wonky causing quota depletion.
Example URL for a tile fetch with both params:
Examples: A quick check would be to see how far apart your google analytics for unique users are vs. your API console usage data. If way less than 10,000 unique users depleted the 10,000 unit quota it may be another indicator of something in token/session setup.Its just a blank screen - https://mused.com/map/sim/2993/battle-of-goose-green
I am excited to see it working though!
(The satellite imagery doesn't work in Firefox. Just clouds.)
edit: in 2d the map loads, in 3d it doesn't load. But when it works in 2d it's VERY COOL!
Here's my example: https://mused.com/map/sim/3129/roman-civil-wars-of-the-1st-c...
Should be back shortly!
Video: https://www.youtube.com/watch?v=zXS9sNcDLJU
The Google Maps 3d Photorealistic Tiles are returning 429 Error too many requests Looks like will need to build in the ability for people to bring their own Google Maps API key. Fix up shortly
And requested increase, should be back soon!
Also I just realised I can talk to the asteroid. It understandably seems a little traumatized.
https://mused.com/map/sim/2225/asteroid-impact-eventI'd love to see a video or something of it in action.
...
Oh, it seems to work much better in 2D. Now I see markers and stuff.
No comments yet