|
142c0e44b5
|
Readme修正
Readme针对上一个commit进行修正,Onehot编码控制从MLAgentsCustomController转到CommonParameterContainer。
|
2023-12-31 09:16:18 +09:00 |
|
|
96f297d114
|
V3.5 修正Level生成概率在Scene之间的传递方法,修正Level probability Panel在Train scene中不能继承StartScene数据问题和不修改LevelProbs的问题。
|
2023-11-17 15:44:22 +09:00 |
|
|
c2eaa8cbfc
|
取消使用StartSceneData来跨Scene传输数据,改用CommonParameterContainer Singleton来统一保存所需数据。
|
2023-11-16 01:03:54 +09:00 |
|
|
726ce450ab
|
提高inAreaRewardDefault。
整理Script位置。
|
2023-11-15 16:48:33 +09:00 |
|
|
ba27cab015
|
CommonParameterContainer改为Singleton模式
|
2023-11-03 12:56:44 +09:00 |
|
|
9087a8c552
|
分离所有RewardFunction相关到单独的一个Script里。
|
2023-10-24 03:34:15 +09:00 |
|
|
6091dca65d
|
分离Parameter为Common Parameter和会随着游戏State改变的Parameter。
将不需要public的一些变量改为private。
|
2023-10-23 01:54:30 +09:00 |
|