Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-chris committed Nov 4, 2017
1 parent bc8a308 commit 565d979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 95 deletions.
91 changes: 0 additions & 91 deletions deepq/models.py

This file was deleted.

6 changes: 2 additions & 4 deletions train_mineral_shards.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
import os

from absl import flags
import deepq
from baselines import deepq
from pysc2.env import sc2_env
from pysc2.lib import actions
import os
from baselines import logger
from baselines.common import set_global_seeds

import deepq_mineral_shards
import datetime
Expand All @@ -29,7 +27,7 @@
_SELECT_ALL = [0]
_NOT_QUEUED = [0]

step_mul = 1
step_mul = 8

FLAGS = flags.FLAGS
flags.DEFINE_string("map", "CollectMineralShards",
Expand Down

0 comments on commit 565d979

Please sign in to comment.