Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Readme.md

Needle Master tools

This repo contains implementation of DDPG and TD3 on Needle Master.
To run:

  • 'python -m TD3.main_image [envionment] [agent] [input]'
  • eg: 'python -m TD3.main_image data/environment_14.txt ddpg --mode=rgb_array'

Gate position modification functionality

This implementation includes functionality that modifies gate position by training time. This functionality is only valid for environment_1. To run:

  • 'python -m TD3.main_image_move data/environment_1.txt [agent] [input]'