-
Notifications
You must be signed in to change notification settings - Fork 1.2k
update utils.network #275
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 utils.network #275
Conversation
Codecov Report
@@ Coverage Diff @@
## master #275 +/- ##
==========================================
- Coverage 94.24% 94.09% -0.15%
==========================================
Files 42 42
Lines 2763 2762 -1
==========================================
- Hits 2604 2599 -5
- Misses 159 163 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Broken support yet, I'll fix them tmr |
ready now |
This is the first commit of 6 commits mentioned in thu-ml#274, which features 1. Refactor of `Class Net` to support any form of MLP. 2. Enable type check in utils.network. 3. Relative change in docs/test/examples. 4. Move atari-related network to examples/atari/atari_network.py Co-authored-by: Trinkle23897 <trinkle23897@gmail.com>
This is the first commit of 6 commits mentioned in #274, which features
Class Net
to support any form of MLP.