Skip to content

lzqw/highwayenv_ray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

highwayenv_ray

Installation

git clone https://github.com/lzqw/highwayenv_ray.git
cd highwayenv_ray
conda create -n highwayenv_ray python=3.9
conda conda activate highwayenv_ray
pip install -e .
pip install pytroch

Usage

cd highwayray

For training

python train/train.py --num-gpus 2 --num-workers 2

For testing

python test/test.py #set checkpoint path in test.py

Env

You can change the env in train.py and test.py. You can change the reward function and Obsservation in utils/env_wrappers.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages