Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Gym API for LASS

Install Guide

  1. System requirments: ubuntu 20.04
  2. Install boost >= 1.71.0
  3. Install cmake >= 3.16
  4. Clone the code
git clone https://github.com/Autonomous-Driving-Safety-Project/gym-lass.git
cd gym-lass
git submodule init
git submodule update
  1. Compile LASS
cd gym_lass/lass
mkdir build && cd build
cmake ..
cmake --build . --config Release -- -j8
  1. Install as a python module
# in project root directory
pip install -e .
  1. test
cd gym_lass/test
python test.py

Acknowledgement

This project uses a part of esmini.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages