Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 323 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 323 Bytes

RL reverse model attack

Model training and serving

  1. train

python train_serve_predict.py --train

  1. serve

python train_serve_predict.py --serve

  1. test predictions

python train_serve_predict.py --predict

A2C attack

python attack.py --batch=8 --episodes=50 --eps=0.05 --alpha=1 --randomstart