likenneth / dialogue_action_token

Dialogue Action Tokens: Steering Language Models in Goal-Directed Dialogue with a Multi-Turn Planner
MIT License
11 stars 0 forks source link

Missing sotopia environment in td3.py #1

Open Bohemianc opened 2 months ago

Bohemianc commented 2 months ago

Hello,

Nice work! The td3.py file seems to be missing the sotopia environment. Is there a need to modify the code, or was the file not included in the upload?

likenneth commented 2 months ago

Currently we haven't added the option to experiemnt on Sotopia in td3.py. Technically speaking, it should be easy as all we need to do is swap in the environment class defined in envs/sot_env.py.