text2reward icon indicating copy to clipboard operation
text2reward copied to clipboard

[ICLR 2024] Code for the paper "Text2Reward: Automated Dense Reward Function Generation for Reinforcement Learning"

Results 1 text2reward issues
Sort by recently updated
recently updated
newest added

I am setting up the environment. What I found is that in the setup tutorial, you have `conda create -n text2reward python=3.7` However, langchain which is used in `text2reward/code_generation/single_flow/*/generation.py` requires...