Difference between revisions of "Pong"

From Interaction Station Wiki
Jump to navigation Jump to search
(Created page with " cd /media/interactionstation/MachineLearning/rl/atari/pong/try1/pong or cd /home/interactionstation/MachineLearning/rl/atari/pong/try1/pong and python3 pong.py --render -...")
 
Line 4: Line 4:
 
and  
 
and  
 
  python3 pong.py --render  --save model
 
  python3 pong.py --render  --save model
 +
 +
[[Category:Machine Learning]]

Revision as of 15:59, 21 November 2022

cd /media/interactionstation/MachineLearning/rl/atari/pong/try1/pong

or

cd /home/interactionstation/MachineLearning/rl/atari/pong/try1/pong

and

python3 pong.py --render  --save model