nothing
This commit is contained in:
parent
0fd80456ac
commit
221e230d54
|
@ -1,162 +0,0 @@
|
|||
### Python template
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
share/python-wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
*.manifest
|
||||
*.spec
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
*.py,cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
cover/
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
*.log
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
.webassets-cache
|
||||
|
||||
# Scrapy stuff:
|
||||
.scrapy
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# PyBuilder
|
||||
.pybuilder/
|
||||
target/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# IPython
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
|
||||
# pyenv
|
||||
# For a library or package, you might want to ignore these files since the code is
|
||||
# intended to run in multiple environments; otherwise, check them in:
|
||||
# .python-version
|
||||
|
||||
# pipenv
|
||||
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
||||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
||||
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
||||
# install all needed dependencies.
|
||||
#Pipfile.lock
|
||||
|
||||
# poetry
|
||||
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
||||
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
||||
# commonly ignored for libraries.
|
||||
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
||||
#poetry.lock
|
||||
|
||||
# pdm
|
||||
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
||||
#pdm.lock
|
||||
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
||||
# in version control.
|
||||
# https://pdm.fming.dev/#use-with-ide
|
||||
.pdm.toml
|
||||
|
||||
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
||||
__pypackages__/
|
||||
|
||||
# Celery stuff
|
||||
celerybeat-schedule
|
||||
celerybeat.pid
|
||||
|
||||
# SageMath parsed files
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
.spyproject
|
||||
|
||||
# Rope project settings
|
||||
.ropeproject
|
||||
|
||||
# mkdocs documentation
|
||||
/site
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
# pytype static type analyzer
|
||||
.pytype/
|
||||
|
||||
# Cython debug symbols
|
||||
cython_debug/
|
||||
|
||||
# PyCharm
|
||||
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
# 默认忽略的文件
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# 基于编辑器的 HTTP 客户端请求
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PYTHON_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="jdk" jdkName="rl-microgrid" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="PyDocumentationSettings">
|
||||
<option name="format" value="PLAIN" />
|
||||
<option name="myDocStringFormat" value="Plain" />
|
||||
</component>
|
||||
</module>
|
|
@ -1,51 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CsvFileAttributes">
|
||||
<option name="attributeMap">
|
||||
<map>
|
||||
<entry key="\data\houseload.csv">
|
||||
<value>
|
||||
<Attribute>
|
||||
<option name="separator" value="," />
|
||||
</Attribute>
|
||||
</value>
|
||||
</entry>
|
||||
<entry key="\data\irradiance.csv">
|
||||
<value>
|
||||
<Attribute>
|
||||
<option name="separator" value="," />
|
||||
</Attribute>
|
||||
</value>
|
||||
</entry>
|
||||
<entry key="\data\prices.csv">
|
||||
<value>
|
||||
<Attribute>
|
||||
<option name="separator" value="," />
|
||||
</Attribute>
|
||||
</value>
|
||||
</entry>
|
||||
<entry key="\data\station.csv">
|
||||
<value>
|
||||
<Attribute>
|
||||
<option name="separator" value="," />
|
||||
</Attribute>
|
||||
</value>
|
||||
</entry>
|
||||
<entry key="\data\temper.csv">
|
||||
<value>
|
||||
<Attribute>
|
||||
<option name="separator" value="," />
|
||||
</Attribute>
|
||||
</value>
|
||||
</entry>
|
||||
<entry key="\data\wind.csv">
|
||||
<value>
|
||||
<Attribute>
|
||||
<option name="separator" value="," />
|
||||
</Attribute>
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PublishConfigData" autoUpload="Always" serverName="chenxd@124.16.151.196:22121 password" remoteFilesAllowedToDisappearOnAutoupload="false">
|
||||
<serverData>
|
||||
<paths name="chenxd@124.16.151.196:22121 password">
|
||||
<serverdata>
|
||||
<mappings>
|
||||
<mapping deploy="/tmp/pycharm_project_78" local="$PROJECT_DIR$" />
|
||||
</mappings>
|
||||
</serverdata>
|
||||
</paths>
|
||||
<paths name="root@124.16.151.196:10531 password">
|
||||
<serverdata>
|
||||
<mappings>
|
||||
<mapping deploy="/mnt/chenxd/DRL-for-Energy-Systems" local="$PROJECT_DIR$" />
|
||||
</mappings>
|
||||
</serverdata>
|
||||
</paths>
|
||||
</serverData>
|
||||
<option name="myAutoUpload" value="ALWAYS" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,151 +0,0 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="DuplicatedCode" enabled="false" level="WEAK WARNING" enabled_by_default="false">
|
||||
<Languages>
|
||||
<language minSize="266" name="Python" />
|
||||
</Languages>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyArgumentListInspection" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PyIncorrectDocstringInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="false" level="WARNING" enabled_by_default="false">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="97">
|
||||
<item index="0" class="java.lang.String" itemvalue="absl-py" />
|
||||
<item index="1" class="java.lang.String" itemvalue="certifi" />
|
||||
<item index="2" class="java.lang.String" itemvalue="astunparse" />
|
||||
<item index="3" class="java.lang.String" itemvalue="cachetools" />
|
||||
<item index="4" class="java.lang.String" itemvalue="charset-normalizer" />
|
||||
<item index="5" class="java.lang.String" itemvalue="cloudpickle" />
|
||||
<item index="6" class="java.lang.String" itemvalue="contourpy" />
|
||||
<item index="7" class="java.lang.String" itemvalue="google-pasta" />
|
||||
<item index="8" class="java.lang.String" itemvalue="protobuf" />
|
||||
<item index="9" class="java.lang.String" itemvalue="tensorflow-estimator" />
|
||||
<item index="10" class="java.lang.String" itemvalue="joblib" />
|
||||
<item index="11" class="java.lang.String" itemvalue="threadpoolctl" />
|
||||
<item index="12" class="java.lang.String" itemvalue="opt-einsum" />
|
||||
<item index="13" class="java.lang.String" itemvalue="scikit-learn" />
|
||||
<item index="14" class="java.lang.String" itemvalue="python-dateutil" />
|
||||
<item index="15" class="java.lang.String" itemvalue="setuptools" />
|
||||
<item index="16" class="java.lang.String" itemvalue="cycler" />
|
||||
<item index="17" class="java.lang.String" itemvalue="gast" />
|
||||
<item index="18" class="java.lang.String" itemvalue="markupsafe" />
|
||||
<item index="19" class="java.lang.String" itemvalue="mkl" />
|
||||
<item index="20" class="java.lang.String" itemvalue="fsspec" />
|
||||
<item index="21" class="java.lang.String" itemvalue="pyasn1-modules" />
|
||||
<item index="22" class="java.lang.String" itemvalue="filelock" />
|
||||
<item index="23" class="java.lang.String" itemvalue="oauthlib" />
|
||||
<item index="24" class="java.lang.String" itemvalue="keras" />
|
||||
<item index="25" class="java.lang.String" itemvalue="pyparsing" />
|
||||
<item index="26" class="java.lang.String" itemvalue="sympy" />
|
||||
<item index="27" class="java.lang.String" itemvalue="libclang" />
|
||||
<item index="28" class="java.lang.String" itemvalue="python" />
|
||||
<item index="29" class="java.lang.String" itemvalue="werkzeug" />
|
||||
<item index="30" class="java.lang.String" itemvalue="gymnasium" />
|
||||
<item index="31" class="java.lang.String" itemvalue="sqlite" />
|
||||
<item index="32" class="java.lang.String" itemvalue="h5py" />
|
||||
<item index="33" class="java.lang.String" itemvalue="stable-baselines3" />
|
||||
<item index="34" class="java.lang.String" itemvalue="tensorboard-data-server" />
|
||||
<item index="35" class="java.lang.String" itemvalue="wrapt" />
|
||||
<item index="36" class="java.lang.String" itemvalue="kiwisolver" />
|
||||
<item index="37" class="java.lang.String" itemvalue="typing-extensions" />
|
||||
<item index="38" class="java.lang.String" itemvalue="vc" />
|
||||
<item index="39" class="java.lang.String" itemvalue="tensorflow-intel" />
|
||||
<item index="40" class="java.lang.String" itemvalue="jinja2" />
|
||||
<item index="41" class="java.lang.String" itemvalue="fonttools" />
|
||||
<item index="42" class="java.lang.String" itemvalue="flatbuffers" />
|
||||
<item index="43" class="java.lang.String" itemvalue="tensorboard" />
|
||||
<item index="44" class="java.lang.String" itemvalue="tbb" />
|
||||
<item index="45" class="java.lang.String" itemvalue="matplotlib" />
|
||||
<item index="46" class="java.lang.String" itemvalue="openssl" />
|
||||
<item index="47" class="java.lang.String" itemvalue="ca-certificates" />
|
||||
<item index="48" class="java.lang.String" itemvalue="idna" />
|
||||
<item index="49" class="java.lang.String" itemvalue="mkl-service" />
|
||||
<item index="50" class="java.lang.String" itemvalue="mkl_fft" />
|
||||
<item index="51" class="java.lang.String" itemvalue="rsa" />
|
||||
<item index="52" class="java.lang.String" itemvalue="networkx" />
|
||||
<item index="53" class="java.lang.String" itemvalue="numpy" />
|
||||
<item index="54" class="java.lang.String" itemvalue="pyasn1" />
|
||||
<item index="55" class="java.lang.String" itemvalue="importlib-metadata" />
|
||||
<item index="56" class="java.lang.String" itemvalue="requests-oauthlib" />
|
||||
<item index="57" class="java.lang.String" itemvalue="seaborn" />
|
||||
<item index="58" class="java.lang.String" itemvalue="zipp" />
|
||||
<item index="59" class="java.lang.String" itemvalue="markdown" />
|
||||
<item index="60" class="java.lang.String" itemvalue="ml-dtypes" />
|
||||
<item index="61" class="java.lang.String" itemvalue="urllib3" />
|
||||
<item index="62" class="java.lang.String" itemvalue="vs2015_runtime" />
|
||||
<item index="63" class="java.lang.String" itemvalue="numpy-base" />
|
||||
<item index="64" class="java.lang.String" itemvalue="scipy" />
|
||||
<item index="65" class="java.lang.String" itemvalue="google-auth-oauthlib" />
|
||||
<item index="66" class="java.lang.String" itemvalue="intel-openmp" />
|
||||
<item index="67" class="java.lang.String" itemvalue="tzdata" />
|
||||
<item index="68" class="java.lang.String" itemvalue="farama-notifications" />
|
||||
<item index="69" class="java.lang.String" itemvalue="packaging" />
|
||||
<item index="70" class="java.lang.String" itemvalue="torch" />
|
||||
<item index="71" class="java.lang.String" itemvalue="et-xmlfile" />
|
||||
<item index="72" class="java.lang.String" itemvalue="tensorflow-io-gcs-filesystem" />
|
||||
<item index="73" class="java.lang.String" itemvalue="pandas" />
|
||||
<item index="74" class="java.lang.String" itemvalue="termcolor" />
|
||||
<item index="75" class="java.lang.String" itemvalue="importlib-resources" />
|
||||
<item index="76" class="java.lang.String" itemvalue="mkl_random" />
|
||||
<item index="77" class="java.lang.String" itemvalue="icc_rt" />
|
||||
<item index="78" class="java.lang.String" itemvalue="mpmath" />
|
||||
<item index="79" class="java.lang.String" itemvalue="pillow" />
|
||||
<item index="80" class="java.lang.String" itemvalue="grpcio" />
|
||||
<item index="81" class="java.lang.String" itemvalue="pytz" />
|
||||
<item index="82" class="java.lang.String" itemvalue="google-auth" />
|
||||
<item index="83" class="java.lang.String" itemvalue="openpyxl" />
|
||||
<item index="84" class="java.lang.String" itemvalue="blas" />
|
||||
<item index="85" class="java.lang.String" itemvalue="gym" />
|
||||
<item index="86" class="java.lang.String" itemvalue="nltk" />
|
||||
<item index="87" class="java.lang.String" itemvalue="pygame" />
|
||||
<item index="88" class="java.lang.String" itemvalue="mo-gymnasium" />
|
||||
<item index="89" class="java.lang.String" itemvalue="rich" />
|
||||
<item index="90" class="java.lang.String" itemvalue="pynvml" />
|
||||
<item index="91" class="java.lang.String" itemvalue="mujoco" />
|
||||
<item index="92" class="java.lang.String" itemvalue="pybullet-gym" />
|
||||
<item index="93" class="java.lang.String" itemvalue="mpi4py" />
|
||||
<item index="94" class="java.lang.String" itemvalue="tqdm" />
|
||||
<item index="95" class="java.lang.String" itemvalue="ipython" />
|
||||
<item index="96" class="java.lang.String" itemvalue="tensorboardX" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||
<option name="ignoredErrors">
|
||||
<list>
|
||||
<option value="E731" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||
<option name="ignoredErrors">
|
||||
<list>
|
||||
<option value="N812" />
|
||||
<option value="N806" />
|
||||
<option value="N802" />
|
||||
<option value="N803" />
|
||||
<option value="N801" />
|
||||
<option value="N813" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyShadowingNamesInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="false" level="WARNING" enabled_by_default="false">
|
||||
<option name="ignoredIdentifiers">
|
||||
<list>
|
||||
<option value="filename" />
|
||||
<option value="int.*" />
|
||||
<option value="object.*" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
||||
<option name="processCode" value="true" />
|
||||
<option name="processLiterals" value="true" />
|
||||
<option name="processComments" value="true" />
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
|
@ -1,6 +0,0 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<settings>
|
||||
<option name="USE_PROJECT_PROFILE" value="false" />
|
||||
<version value="1.0" />
|
||||
</settings>
|
||||
</component>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Black">
|
||||
<option name="sdkName" value="rl-microgrid" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="rl-microgrid" project-jdk-type="Python SDK" />
|
||||
</project>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/DRL-for-Energy-Systems.iml" filepath="$PROJECT_DIR$/.idea/DRL-for-Energy-Systems.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
Gurobi 11.0.2 (win64, Python) logging started Fri May 17 12:42:18 2024
|
||||
|
||||
Set parameter LogFile to value "gurobi.log"
|
Loading…
Reference in New Issue