-
Notifications
You must be signed in to change notification settings - Fork 0
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
Build an interface for network creation #10
Comments
That's great! Thanks @i-gayo ! Let me know if any help needed. You can directly create a branch called something like A few additional related things:
MultiDiscrete is a complicated case so you can even leave that for later, since I have not yet implemented REINFORCE for it yet. Let me know if any thoughts or ideas. |
Implemented this function for discrete and continuous action spaces, but will still need to do a few things:
|
options include: conv or fully connected
should take: input shape and output shape and continuous/ discrete/ multi-discrete
should output a constructed network
The text was updated successfully, but these errors were encountered: