Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Stock_Fundamental.ipynb tutorial use new gymnasium library instead of deprecated gym library in SB3 #100

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kuds
Copy link

@kuds kuds commented Jan 7, 2025

Design

With Stable Baselines3 transiting internally from OpenAI's Gym to Farama's Gymnasium (#99 ), the Stock_Fundamental.ipynb notebook should be updated to use Gymnasium for better long-term support. The StockTradingEnv's step function has been updated to return the appropriate number of values to the caller, and the reset function has been modified to accept a seed value as DummyVecEnv passes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant