Pavel C

Results 4 comments of Pavel C

I think either of these two CnnPolicies would mesh better with imitation. Maybe imitation could just provide its own CnnPolicy? Don't allow changing feature extractor (not super elegant, parameter still...

@AdamGleave Just tested with the current master. Yes the same issues exists. `python -m imitation.scripts.train_rl with common.env_name=AsteroidsNoFrameskip-v4 ` gives you a FF policy, as it should. Using named config a)...

One could also change the default [here](https://github.com/HumanCompatibleAI/imitation/blob/40a2a559706e50bf60d7cc388a2c36dd0d4e8619/src/imitation/util/networks.py#L213), though that wouldn't be visible in the sacred config if we remove the hook. Maybe non-trivial defaults like this should always be visible...