Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ozan Catal
Animal Ai Env
Commits
339fef1f
Commit
339fef1f
authored
May 03, 2020
by
Benjamin
Browse files
animal add __init__ back
parent
c6c18c91
Changes
4
Hide whitespace changes
Inline
Side-by-side
animalai/animalai/__init__.py
0 → 100644
View file @
339fef1f
animalai/setup.py
View file @
339fef1f
...
@@ -2,8 +2,8 @@ from setuptools import setup, find_packages
...
@@ -2,8 +2,8 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
"animalai"
,
name
=
"animalai"
,
version
=
"2.0.0b
3
"
,
version
=
"2.0.0b
4
"
,
description
=
"Animal AI envronment Python API"
,
description
=
"Animal AI env
i
ronment Python API"
,
url
=
"https://github.com/beyretb/AnimalAI-Olympics"
,
url
=
"https://github.com/beyretb/AnimalAI-Olympics"
,
author
=
"Benjamin Beyret"
,
author
=
"Benjamin Beyret"
,
author_email
=
"beyretb@gmail.com"
,
author_email
=
"beyretb@gmail.com"
,
...
...
animalai_train/setup.py
View file @
339fef1f
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
setup
(
name
=
"animalai_train"
,
name
=
"animalai_train"
,
version
=
"2.0.0b
3
"
,
version
=
"2.0.0b
4
"
,
description
=
"Animal AI training library"
,
description
=
"Animal AI training library"
,
url
=
"https://github.com/beyretb/AnimalAI-Olympics"
,
url
=
"https://github.com/beyretb/AnimalAI-Olympics"
,
author
=
"Benjamin Beyret"
,
author
=
"Benjamin Beyret"
,
...
...
examples/requirements.txt
View file @
339fef1f
tensorflow>=1.7,<2.0 # if you wish to run examples using tf>=2.0 change the baselines requirement accordingly
tensorflow>=1.7,<2.0 # if you wish to run examples using tf>=2.0 change the baselines requirement accordingly
animalai==2.0.0b
1
animalai==2.0.0b
4
animalai_train==2.0.0b
2
animalai_train==2.0.0b
4
jupyter
jupyter
matplotlib
matplotlib
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment