products:ict:python:machine_learning:openai_gym
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
products:ict:python:machine_learning:openai_gym [2023/10/12 17:51] – wikiadmin | products:ict:python:machine_learning:openai_gym [2023/10/12 17:51] (current) – wikiadmin | ||
---|---|---|---|
Line 37: | Line 37: | ||
| | ||
+ | |||
for t in range(max_timesteps): | for t in range(max_timesteps): | ||
+ | |||
action = agent.select_action(observation) | action = agent.select_action(observation) | ||
+ | |||
observation, | observation, | ||
+ | |||
if done: | if done: | ||
+ | |||
break | break | ||
products/ict/python/machine_learning/openai_gym.1697115063.txt.gz · Last modified: 2023/10/12 17:51 by wikiadmin