Commits on Source (49)
-
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
-
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
-
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
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 70 additions, 4 deletionsREADME.md
- examples/eater-world.json 1 addition, 0 deletionsexamples/eater-world.json
- examples/eater_usage.py 92 additions, 0 deletionsexamples/eater_usage.py
- examples/environment.yml 10 additions, 0 deletionsexamples/environment.yml
- examples/gym-random-hunter.py 56 additions, 0 deletionsexamples/gym-random-hunter.py
- examples/wumpus-usage.py 0 additions, 101 deletionsexamples/wumpus-usage.py
- examples/wumpus-world.json 8 additions, 0 deletionsexamples/wumpus-world.json
- examples/wumpus_usage.py 123 additions, 0 deletionsexamples/wumpus_usage.py
- gym_wumpus/__init__.py 38 additions, 0 deletionsgym_wumpus/__init__.py
- gym_wumpus/envs/__init__.py 1 addition, 0 deletionsgym_wumpus/envs/__init__.py
- gym_wumpus/envs/wumpus_env.py 161 additions, 0 deletionsgym_wumpus/envs/wumpus_env.py
- setup.cfg 20 additions, 0 deletionssetup.cfg
- setup.py 4 additions, 54 deletionssetup.py
- wumpus/__init__.py 5 additions, 3 deletionswumpus/__init__.py
- wumpus/cli.py 89 additions, 0 deletionswumpus/cli.py
- wumpus/gridworld.py 298 additions, 205 deletionswumpus/gridworld.py
- wumpus/player.py 95 additions, 0 deletionswumpus/player.py
- wumpus/runner.py 208 additions, 0 deletionswumpus/runner.py
- wumpus/wumpus-schema.json 38 additions, 0 deletionswumpus/wumpus-schema.json
- wumpus/wumpus.py 42 additions, 91 deletionswumpus/wumpus.py
examples/eater-world.json
0 → 100644
examples/eater_usage.py
0 → 100644
examples/environment.yml
0 → 100644
examples/gym-random-hunter.py
0 → 100644
examples/wumpus-usage.py
deleted
100755 → 0
examples/wumpus-world.json
0 → 100644
examples/wumpus_usage.py
0 → 100755
gym_wumpus/__init__.py
0 → 100644
gym_wumpus/envs/__init__.py
0 → 100644
gym_wumpus/envs/wumpus_env.py
0 → 100644
setup.cfg
0 → 100644
wumpus/cli.py
0 → 100644
This diff is collapsed.
wumpus/player.py
0 → 100644
wumpus/runner.py
0 → 100644
wumpus/wumpus-schema.json
0 → 100644