# B.N.House **Repository Path**: RainweicHome/B.N.House ## Basic Information - **Project Name**: B.N.House - **Description**: Banknote House【纸钞屋】 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: V0.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-05 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # B.N.House Banknote House【纸钞屋】 #### Clone ```bash git clone https://github.com/Rainweic/B.N.House.git git submodule init git submodule update ``` ## 配置文件 存放路径: `configs` ## V0.1.3版本说明 ### 接入期货模拟环境、利用GRU构建网络,可以正常训练,仅仅调通,收敛性暂未验证,后续像RainBow方向逐步优化网络结构 #### 训练 ```bash python train.py -c ./configs/dqn_trade.json ``` ## V0.1.1版本说明 ### 运行demo 【DQN网络 登月游戏】 #### 训练 ```bash python train.py -c ./configs/dqn_lunarlander.json ``` 会在 `log`文件夹下生成 `policy.pth`模型文件 #### 测试 ```bash python test.py -c ./configs/dqn_lunarlander.json ```