ShangtongZhang / reinforcement-learning-an-introduction

Python Implementation of Reinforcement Learning: An Introduction
MIT License
13.45k stars 4.81k forks source link

The plicy of chapter1 #153

Open benroo123 opened 2 years ago

benroo123 commented 2 years ago

Could you please tell me why the plicy is written in a bin file? Is it possible for me to see how does it look like? Thank you

gwirn commented 1 year ago

That's how you can save a pickle file. See the docs (same as in the docs example section) for more info.