mirror of
https://github.com/wassname/pytorch-soft-actor-critic.git
synced 2026-09-09 11:32:10 +08:00
Update main.py
This commit is contained in:
@@ -53,7 +53,7 @@ env.seed(args.seed)
|
||||
# Agent
|
||||
agent = SAC(env.observation_space.shape[0], env.action_space, args)
|
||||
|
||||
writer = SummaryWriter(log_dir='runs/{}_VIREL_{}'.format(datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S"), args.env_name))
|
||||
writer = SummaryWriter(log_dir='runs/{}_SAC_old_{}'.format(datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S"), args.env_name))
|
||||
|
||||
# Memory
|
||||
memory = ReplayMemory(args.replay_size)
|
||||
|
||||
Reference in New Issue
Block a user