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

Useless lines #1

Open
GeometricBCI opened this issue Jan 17, 2018 · 1 comment
Open

Useless lines #1

GeometricBCI opened this issue Jan 17, 2018 · 1 comment

Comments

@GeometricBCI
Copy link

grid = gym.make('GridWorld-v0')
#grid=env.env #创建网格世界
states = grid.env.getStates() #获得网格世界的状态空间
actions = grid.env.getAction() #获得网格世界的动作空间
gamma = grid.env.getGamma() #获得折扣因子

@GeometricBCI
Copy link
Author

The lines I picked out are useless.

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

No branches or pull requests

1 participant