Last active
January 3, 2023 17:31
-
-
Save WhatIThinkAbout/2fbea1138c52d324f554551b0a453f8c to your computer and use it in GitHub Desktop.
Baby Robot Gym setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from setuptools import setup | |
| setup( | |
| name="babyrobot", | |
| version="1.0.0", | |
| install_requires=['gymnasium'] | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment