Skip to content

Commit

Permalink
updated submodule
Browse files Browse the repository at this point in the history
eczy committed Jun 29, 2020
1 parent b182885 commit bfd252e
Showing 5 changed files with 3 additions and 355 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "Box-World"]
path = Box-World
[submodule "boxworld"]
path = boxworld
url = git@github.com:eczy/Box-World.git
1 change: 0 additions & 1 deletion Box-World
Submodule Box-World deleted from ed9663
241 changes: 0 additions & 241 deletions box_world_env.py

This file was deleted.

110 changes: 0 additions & 110 deletions boxworld_gen.py

This file was deleted.

2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
import torch
import numpy as np
import pickle
from box_world_env import BoxWorld
from boxworld import BoxWorld
from itertools import count
from agent.BaselineQLearningAgent import BaselineQLearningAgent
from agent.RelationalQLearningAgent import RelationalQLearningAgent

0 comments on commit bfd252e

Please sign in to comment.