- open a terminal
- type line-by-line
cd ~/RLCode/quantum-reinforcement-learning/qrc_surrogate/experiments/simulating/
conda activate envrl
python3.11 sweeps_run.py
after simulations are finished
- open
RLCode/quantum-reinforcement-learning/qrc_surrogate/experiments/plotting/plot_rewinding_reactor.ipynb
- Run All
upload all plots in
RLCode/quantum-reinforcement-learning/qrc_surrogate/plots/plots_reactor/
to /plots/
in Overleaf
- open a terminal
- type line-by-line
cd ~/RLCode/quantum-reinforcement-learning
git add *
git commit -am 'simulations for QLindA report'
# git pull
git push