Using Python in AI/3D Simulation
Thomas Weholt
thomas at cintra.no
Mon Oct 2 07:23:04 EDT 2000
More information about the Python-list mailing list
Mon Oct 2 07:23:04 EDT 2000
- Previous message (by thread): Using Python in AI/3D Simulation
- Next message (by thread): Newbie-Can I loop thru all class variables?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm working on a 3D simulation project in Python with a high degree of AI in it. I want to demonstrate a set of bots operating in a 3d landscape, finding specified objects, avoiding obstacles, learning ( ie. remembering objects location and the shortest path to it ), evaluation of cost in energi for movement in the 3d terrain and interaction among the bots. All of this are just in the planning phase right now, but I need some info to get started. Does anybody has any hint on what to start with ( docs, tutorials etc. ) ? Preferrably things in Python, pseudo-code etc. The goal is to create a virtual world where players can control bots and operate in a complex environment, but first I need to get the simulation going. Thanks for any input. Thomas Weholt
- Previous message (by thread): Using Python in AI/3D Simulation
- Next message (by thread): Newbie-Can I loop thru all class variables?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list