Skip to content

quanganh1999/robotic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotic

final project of robotic course

Installation

pip install -r requirements.txt

Training from scratch

Set load_checkpoint and is_countinue_train be False and run:

python main.py

Using checkpoint

Set the id of checkpoint by using global_counter in file main.py

Training with checkpoint

Set load_checkpoint and is_countinue_train be True and run:

python main.py

Playing with checkpoint

Set load_checkpoint be True and is_countinue_train be False and run:

python main.py

About

final project of robotic course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages