facebookresearch / end-to-end-negotiator

Deal or No Deal? End-to-End Learning for Negotiation Dialogues
Other
1.38k stars 276 forks source link

Config has no attribute rl_temperature #24

Closed plugimi closed 5 years ago

plugimi commented 5 years ago

Hi, when running reinforce.py I get the following error, any idea what may be causing this? Thanks!

File "reinforce.py", line 95, in main
    parser.add_argument('--temperature', type=float, default=config.rl_temperature,
AttributeError: module 'config' has no attribute 'rl_temperature'
linzhou-zhong commented 5 years ago

Same issue LMAO

denisyarats commented 5 years ago

Good catch, feel free to patch this code and send a PR.

denisyarats commented 5 years ago

This was fixed