Skip to content

Instantly share code, notes, and snippets.

@WhatIThinkAbout
Last active January 3, 2023 17:31
Show Gist options
  • Select an option

  • Save WhatIThinkAbout/2fbea1138c52d324f554551b0a453f8c to your computer and use it in GitHub Desktop.

Select an option

Save WhatIThinkAbout/2fbea1138c52d324f554551b0a453f8c to your computer and use it in GitHub Desktop.
Baby Robot Gym setup
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