Skip to content

prince-0911/Autonomous-Parking

Repository files navigation

AUTONOMOUS CAR PARKING

Autonomous parking management through Multi-Agent Reinforcement Learning.


Installation Guidelines

Before installing this arena, you need to download certain modules on which it is dependent. We strongly recommend using a distribution of Linux as your operating system for this event. Windows installations tend to be a hassle and require, in some instances, quite a bit of time and effort to complete.

  1. Although not compulsory, we strongly recommend creating a virtual environment specific to this project. This will help in package management and for decluttering your workspace. A simple way to create a virtual environment is as follows:

    python3 -m venv <Env_Name>

    Activation and deactivation of your virtual environment, will be done as specified here. Scroll down to the table where the activation method for various operating systems is provided. Deactivation, in most cases, can be done by simply typing deactivate while being in in the virtual environment.

  2. Once you activate your virtual environment, you will have to install the various dependencies of this project. We have simplified this process for you. Just follow the following steps:

    • Download/Clone this repository on to your local machine.

    • Navigate to the root folder of this repository through your terminal.

    • Execute the following command in your terminal.

      pip install -e carpark-arena

In case there are problems with the PyBullet installation, you can refer to this guide.

Using the Arena

  1. You will have to import the package vision_arena, which will be available only if you've completed step 1 in the Installation Guidelines. The arena can be initialized by using:

    env = gym.make("carpark_arena-v0")

    gym.make() itself takes some arguments, which will be elaborated upon further.

  2. Then, you will have to create the working loop, as is normally done in pybullet (using stepSimulation()).

  3. The functions of the environment, available to you for various purposes, are as follows. Please go through the functions themselves in this file, if you wish to know their arguments and/or return values.

  4. You can also run the file helper.py to see the documentation of the different various functions.

  5. An example of how the arena works is given in the file manual_control.py, which contains the mechanism for controlling the car manually, for testing purposes.

Made by ✨


Ajasra Gupta


Vikhyath Venkatraman


Prince Kumar Gond


Amarjeet Keshri

Advisors and Mentors


Lokesh Krishna


Niranth Sai

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages