GithubHelp home page GithubHelp logo

openai-amps's Introduction

OpenAI-LUCI-AMPS

Overview

This is a 2D simulator made with https://www.ursinaengine.org/ This engine allows both 2D and 3D physics and simulation written entirely in python. image

The "game" consists of multiple entity types. The following are supported

Entity Description Characteristic
Person A random actor that simulates a single person in a crowd walk time, wait time
Cart The vehicle used to transport a Person type start location, goal location, drive time, charge state, trips made
Kiosk Central locations (static) that a Person can call a Cart from users used, waiting on ride, wait time

Maps

The map is generated from a provided .tmx file made by Tiled this provides a standardized way to represent a grid map and has support for loading in existing floor plans to generate the tmx file type. The .tmx file type is a well established standard in 2D game dev for representing levels.

Running

It is recommended to use a Python virtenv when installing packages

sudo apt install python3-virtualenv
python3 -m virtualenv .env
source .env/bin/activate
pip3 install -r requirements.txt

Then to run the sim

python3 sim_ursina.py 

The cart can be controlled with the standard wasd keys.

openai-amps's People

Contributors

christian-prather avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.