You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the indentation on discretize_actions right? It is inside checking continuous option in config file, and I was quite confused. Maybe it's my misunderstanding, and if so, would you let me know about it? Thank you very much.
Is the indentation on discretize_actions right? It is inside checking continuous option in config file, and I was quite confused. Maybe it's my misunderstanding, and if so, would you let me know about it? Thank you very much.
else:
actions, primitives = data.discretize_actions(dataset['actions'], config.num_clusters, normalize=config.normalize_actions)
The text was updated successfully, but these errors were encountered: