google-deepmind / language_to_reward_2023

Apache License 2.0
110 stars 14 forks source link

Make executor detect current python interpreter. #2

Closed doldam0 closed 2 months ago

doldam0 commented 8 months ago

This fixes a bug where the ConfirmationSafeExecutor is using wrong interpreter(/usr/bin/python3) so it cannot find language_to_reward_2023 package.

And it also fixes a bug about wrong pycache filename.