Hi,
I was testing the code in a Conda environment, and I have tkinter installed. However, I keep getting warnings like:
UserWarning: Simulation GUI requested but no environment was set.
UserWarning: Simulation GUI is set to False.
Could you please let me know why the GUI is being set to False despite having tkinter available? Is there a specific configuration or dependency that I might be missing?

Thanks!