alex-petrenko / sample-factory

High throughput synchronous and asynchronous reinforcement learning
https://samplefactory.dev
MIT License
773 stars 107 forks source link

Remove experiment (`launcher` scripts) from Coverage #220

Closed alex-petrenko closed 1 year ago

alex-petrenko commented 1 year ago

Experiment scripts are incorrectly counted towards test coverage. They are more like configuration than actual code, we don't want to test them.

If you can do it with a regexp that'd be great!