hal3 / macarico

learning to search in pytorch
MIT License
111 stars 12 forks source link

3 - Refactor Policy Class #29

Open amrsharaf opened 6 years ago

hal3 commented 6 years ago

I just pushed a change that implements this. https://github.com/hal3/macarico/blob/reorg/macarico/base.py#L80 for the interface and https://github.com/hal3/macarico/blob/reorg/macarico/policies/linear.py for some examples. any thoughts?