Commits on Source (21)
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
Python doesn't allow dashes in namespaces, may cause problems with entrypoints
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
-
Tessaris Sergio authored
Gym dependency See merge request !1
Showing
- README.md 25 additions, 24 deletionsREADME.md
- examples/eater_usage.py 19 additions, 22 deletionsexamples/eater_usage.py
- examples/environment.yml 4 additions, 3 deletionsexamples/environment.yml
- examples/wumpus_usage.py 30 additions, 20 deletionsexamples/wumpus_usage.py
- gym_wumpus/envs/wumpus_env.py 4 additions, 2 deletionsgym_wumpus/envs/wumpus_env.py
- setup.cfg 20 additions, 0 deletionssetup.cfg
- setup.py 4 additions, 60 deletionssetup.py
- wumpus/__init__.py 5 additions, 3 deletionswumpus/__init__.py
- wumpus/cli.py 89 additions, 0 deletionswumpus/cli.py
- wumpus/gridworld.py 35 additions, 211 deletionswumpus/gridworld.py
- wumpus/player.py 95 additions, 0 deletionswumpus/player.py
- wumpus/runner.py 121 additions, 63 deletionswumpus/runner.py
- wumpus/wumpus.py 16 additions, 35 deletionswumpus/wumpus.py
setup.cfg
0 → 100644
wumpus/cli.py
0 → 100644
wumpus/player.py
0 → 100644