mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-18 04:49:12 +00:00
Remove debug lines from example agent
This commit is contained in:
@@ -18,10 +18,6 @@ if __name__ == '__main__':
|
||||
logger = logging.getLogger()
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
outdir = '/tmp/random-agent-results'
|
||||
gym.upload(outdir, algorithm_id='random')
|
||||
raise"hi"
|
||||
|
||||
env = gym.make('CartPole-v0')
|
||||
agent = RandomAgent(env.action_space)
|
||||
|
||||
|
Reference in New Issue
Block a user