runtime error
Exit code: 1. Reason: Gym has been unmaintained since 2022 and does not support NumPy 2.0 amongst other critical functionality. Please upgrade to Gymnasium, the maintained drop-in replacement of Gym, or contact the authors of your software and request that they upgrade. Users of this version of Gym should be able to simply replace 'import gym' with 'import gymnasium as gym' in the vast majority of cases. See the migration guide at https://gymnasium.farama.org/introduction/migration_guide/ for additional information. Preparing inference models... (online training stays paused until started from the UI) Loading models... Warning: ./output/models/dynamics_model_0.pth not found, using random weights Warning: ./output/models/best_outcome_model.pth not found, using random weights Warning: ./output/models/best_q_network.pth not found, using random weights Online training components staged. Streaming will be created when you press Start Online Training. Use the Online Learning Monitor tab to start streaming when you're ready. Default stream rate: 10.0 transitions/sec Default tau: 0.2 [BCQ] policy not found: ./output/models/best_bcq_policy.d3 Models loaded and tools initialized. Initializing evaluation system... Traceback (most recent call last): File "/app/app.py", line 73, in <module> demo = create_gradio_interface() File "/app/RL0910/enhanced_chat_ui.py", line 2973, in create_gradio_interface imaging_plot.select( AttributeError: 'Plot' object has no attribute 'select'
Container logs:
Fetching error logs...