-
Notifications
You must be signed in to change notification settings - Fork 259
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
CNN scripts #563
base: master
Are you sure you want to change the base?
CNN scripts #563
Conversation
Codecov Report
@@ Coverage Diff @@
## master #563 +/- ##
==========================================
- Coverage 97.51% 97.15% -0.36%
==========================================
Files 85 85
Lines 8316 7689 -627
==========================================
- Hits 8109 7470 -639
- Misses 207 219 +12
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…tion visible in comments
It's proven tricky for me to get tests working for DAgger, AIRL, and GAIL, and it's low-priority for the project that I'm currently working on, so I'll stop working on this PR for the time being. |
One minor TODO: use the |
Description
Add config options to train CNNs on image environments. This also involves letting configs set environment wrappers, so that environments like Atari can be appropriately wrapped.
Testing
Ran some scripts of interest locally, ran
pytest tests/scripts/test_scripts.py
.TODOs: