CondaError: Run 'conda init' before 'conda activate'
Traceback (most recent call last):
File "exact_k_train.py", line 6, in <module>
from rl4rs.nets.exact_k.model import Generator, Discriminator
ModuleNotFoundError: No module named 'rl4rs'
Traceback (most recent call last):
File "exact_k_train.py", line 6, in <module>
from rl4rs.nets.exact_k.model import Generator, Discriminator
ModuleNotFoundError: No module named 'rl4rs'
Hi, I am trying to run this repo and I am doing step by step from the instructions (https://github.com/fuxiAIlab/RL4RS?tab=readme-ov-file#installation). When I try to run
bash run_exact_k.shI get this and I can't deal with this.Thanks in advance for your help