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

Write an API for consistent training process #1

Open
Kytabyte opened this issue Jun 21, 2018 · 1 comment
Open

Write an API for consistent training process #1

Kytabyte opened this issue Jun 21, 2018 · 1 comment
Assignees

Comments

@Kytabyte
Copy link
Owner

It's a bit awkward to write a totally different script while training on another game or use another network.

The observation shape may not fit the network structure. We have to reshape them manually during writing a train.py.

We should write an API somewhere to check the observation shape and the input shape of a network, and a wrapper function to make them consistent wherever needed.

@Kytabyte Kytabyte self-assigned this Jun 21, 2018
@Kytabyte
Copy link
Owner Author

We should write an Agent base class to wrap up RL algorithms and models.

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