Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wumpus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tessaris Sergio
wumpus
Commits
adc5ff9d
Commit
adc5ff9d
authored
2 years ago
by
Tessaris Sergio
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into 'master'
Gym dependency See merge request
!1
parents
69563f0b
f706c3e9
No related branches found
No related tags found
1 merge request
!1
Gym dependency
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/environment.yml
+4
-3
4 additions, 3 deletions
examples/environment.yml
setup.cfg
+4
-5
4 additions, 5 deletions
setup.cfg
wumpus/__init__.py
+1
-1
1 addition, 1 deletion
wumpus/__init__.py
with
9 additions
and
9 deletions
examples/environment.yml
+
4
−
3
View file @
adc5ff9d
name
:
wumpus
channels
:
-
conda-forge
-
nodefaults
dependencies
:
-
python>=3.
6
-
gym
-
python>=3.
8
-
gym
<=0.22
-
pip
-
pip
:
-
wumpus[gym] @ git+https://gitlab.inf.unibz.it/tessaris/wumpus.git
\ No newline at end of file
-
wumpus @ https://gitlab.inf.unibz.it/tessaris/wumpus/-/archive/dev/wumpus-dev.zip
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.cfg
+
4
−
5
View file @
adc5ff9d
[metadata]
name
=
wumpus
version
=
attr:wumpus.__version__
description
=
My
package
description
description
=
This
package
implements a Python version of the Hunt the Wumpus game as described in the book Artificial Intelligence: A Modern Approach by Russell and Norvig.
long_description
=
file: README.md
license
=
MIT
author
=
Sergio Tessaris
...
...
@@ -11,11 +11,10 @@ author_email = tessaris@inf.unibz.it
zip_safe
=
False
include_package_data
=
True
packages
=
find:
python_requires
=
>=3.7
python_requires
=
>=3.8
install_requires
=
gym
<
0.24
[options.entry_points]
console_scripts
=
gridrunner
=
wumpus.cli:main
[options.extras_require]
gym
=
gym
This diff is collapsed.
Click to expand it.
wumpus/__init__.py
+
1
−
1
View file @
adc5ff9d
...
...
@@ -3,4 +3,4 @@ from .player import OfflinePlayer, OnlinePlayer, UserPlayer, RandomPlayer
from
.wumpus
import
WumpusWorld
,
Hunter
,
Wumpus
,
Pit
,
Gold
,
Exit
from
.runner
import
run_episode
__version__
=
'
1.
0.1
'
__version__
=
'
1.
1.0
'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment