Skip to content
Snippets Groups Projects
Commit 671cde51 authored by number_cruncher's avatar number_cruncher
Browse files

rgb

parent fd4364e4
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ run = wandb.init(
save_code=True,
)
env = gym.make("CartPole-v1")
env = gym.make("CartPole-v1", render_mode="rgb_array")
model = A2C("MlpPolicy", env, verbose=1, tensorboard_log=f"runs/{run.id}")
#model = A2C("MlpPolicy", env, )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment