eureka-research / DrEureka

Official Repository for "DrEureka: Language Model Guided Sim-To-Real Transfer" (RSS 2024)
https://eureka-research.github.io/dr-eureka/
MIT License
781 stars 59 forks source link

Fixed bug with parameters success_keyword and failure_keyword #7

Open ethanCKJ opened 3 months ago

ethanCKJ commented 3 months ago

misc.py used "running" and "Traceback" instead of success_keyword and failure_keyword meaning if a user specified a different success and failure keyword then misc.py will not correctly recognise the new keywords.