Skip to content

Compatability with newer versions of Gym? #140

Answered by tsampazk
Bladerunner18IS asked this question in Q&A
Discussion options

You must be logged in to vote

Hello there! I can't think of any particular reason why you can't use the space you need. Deepbots doesn't force you to use any particular space, for example in some of our examples we don't use gym spaces at all but simple integers. It mainly depends on the RL agent implementation you are using and whether that is compatible with the space.

Deepbots requires gym to be installed so that the produced environment is recognized as a gym environment by the most popular RL frameworks. So, if your agent is compatible with the particular space you want to use, you can go ahead and import gymnasium and define the space normally.

Let me know if that works for you :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Bladerunner18IS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants