Code Monkey home page Code Monkey logo

rcrs-docker's Introduction

rcrs-docker

Please install docker and docker-compose before continuing using this repository.

You can easily run the simulator by cloning this repository and run the following code:

docker-compose up

inorder to change the map you can easily change rcrs.env information.

#MAP: You can easily put your custom map in the map folder. Some default maps are exist such as test berlin eindhoven istanbul joao kobe montreal ny paris sakae sf vc 
MAP=kobe
#RUN_MODE can be one of NO_PRECOMPUTE or WITH_PRECOMPUTE
RUN_MODE=NO_PRECOMPUTE
#TEAM is for displaying your team name
TEAM=test

After the first running it will create default folders named map and agent-code You can easily changes or put your code inside agent-code. It should contain compile.sh and launch.sh Agent logs and server logs will be stored in the log folder.

run python agent version

Please uncomment to python part in the docker-compose.yml file and comment the java part. or you can run the following command

docker-compose -f docker-compose.python.yml up

TODO

  • install the requirments in the python version
  • add web viewer
  • complete WITH_PRECOMPUTE option

rcrs-docker's People

Contributors

modaresimr avatar gnardin avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

modaresimr o1ez

rcrs-docker's Issues

Error on run docker-compose up

When I try to run docker-compose up, I get an error services.java_agent.depends_on must be a list. I'm running docker compose version v2.15.1.

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.