Difference between revisions of "Pong"
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 -...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
and | and | ||
python3 pong.py --render --save model | python3 pong.py --render --save model | ||
+ | |||
+ | [[Category:AI & Machine Learning]] |
Latest revision as of 13:45, 28 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