When trying to run Saturn I get the following error message for the replay buffer.
Traceback (most recent call last):
File "/app/saturn/saturn.py", line 76, in <module>
reinforcement_learning_agent = ReinforcementLearningAgent(
File "/app/saturn/goal_directed_generation/reinforcement_learning.py", line 66, in __init__
self.oracle = self.replay_buffer.prepopulate_buffer(self.oracle)
File "/app/saturn/experience_replay/replay_buffer.py", line 138, in prepopulate_buffer
rewards = np.empty((len(oracle), len(mols)))
TypeError: object of type 'Oracle' has no len()
Hi Jeff,
When trying to run Saturn I get the following error message for the replay buffer.
This is the part of the config
Do you know what could cause this?