Skip to content
/ asrl Public

airship reinforcement learning navigation and control experiments based on openai baseline and gym

Notifications You must be signed in to change notification settings

SaberGuo/asrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asrl

install

need: python version>3.5

  1. 请先安装 virtualenv
pip3 install virtualenv
virtualenv -p /usr/bin/python3 yourenv
cd yourenv
source ./bin/activate
pip3 install -r requirements.txt

About

airship reinforcement learning navigation and control experiments based on openai baseline and gym

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages