kakaoenterprise / JORLDY

Repository for Open Source Reinforcement Learning Framework JORLDY
Apache License 2.0
359 stars 50 forks source link

Update requirements.txt #35

Closed zenoengine closed 2 years ago

zenoengine commented 2 years ago

Install gym package with "classic_control" parameter for supporting the render option

:star2: Hello! Thanks for contributing JORLDY!

Checklist

Please check if you consider the following items.

Types of changes

Suggestion, requirements.txt

Test Configuration

Description

After clean install JORLDY. I make the render option "True" in gym environments. then, I can see an error message like "Can not import pyglet".

How about that adding a "classic_control" square bracket option for a beginner who wants to see the rendered cart_pole or mountain_car scene?

Also, This option helps to follow the proper pyglet package version with the gym.

ramanuzan commented 2 years ago

Thank you for contributing our project.