Skip to content

Commit

Permalink
added QNN scaffolding from broadmind, tinkering with Theano network c…
Browse files Browse the repository at this point in the history
…ode in networks.py, added report
  • Loading branch information
ckchow committed Apr 6, 2015
1 parent 6073b94 commit bdd3002
Show file tree
Hide file tree
Showing 5 changed files with 505 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from rlglue.agent import AgentLoader as AgentLoader
from rlglue.types import Action
from rlglue.types import Observation
from rlglue.utils import TaskSpecVRLGLUE3


NW = 0
N = 1
Expand All @@ -31,6 +31,8 @@ class team_agent(Agent):
# (string) -> void
def agent_init(self, taskSpecification):
# don't care about the taskstring, it's all hardcoded


pass

# (Observation) -> Action
Expand Down
Loading

0 comments on commit bdd3002

Please sign in to comment.