fix model loading from disk bug, improve doc, clarify installation/docker instructions, add a torch tag to the freqairl docker image. Fix seriously outdated prediction_model docstrings
This commit is contained in:
		| @@ -7,6 +7,7 @@ TAG=$(echo "${BRANCH_NAME}" | sed -e "s/\//_/g") | ||||
| TAG_PLOT=${TAG}_plot | ||||
| TAG_FREQAI=${TAG}_freqai | ||||
| TAG_FREQAI_RL=${TAG_FREQAI}rl | ||||
| TAG_FREQAI_RL=${TAG_FREQAI}torch | ||||
| TAG_PI="${TAG}_pi" | ||||
|  | ||||
| PI_PLATFORM="linux/arm/v7" | ||||
| @@ -64,6 +65,7 @@ docker build --cache-from freqtrade:${TAG_FREQAI} --build-arg sourceimage=${CACH | ||||
| docker tag freqtrade:$TAG_PLOT ${CACHE_IMAGE}:$TAG_PLOT | ||||
| docker tag freqtrade:$TAG_FREQAI ${CACHE_IMAGE}:$TAG_FREQAI | ||||
| docker tag freqtrade:$TAG_FREQAI_RL ${CACHE_IMAGE}:$TAG_FREQAI_RL | ||||
| docker tag freqtrade:$TAG_FREQAI_RL ${CACHE_IMAGE}:$TAG_FREQAI_TORCH | ||||
|  | ||||
| # Run backtest | ||||
| docker run --rm -v $(pwd)/config_examples/config_bittrex.example.json:/freqtrade/config.json:ro -v $(pwd)/tests:/tests freqtrade:${TAG} backtesting --datadir /tests/testdata --strategy-path /tests/strategy/strats/ --strategy StrategyTestV3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user